From 0337c293c1aee4b80d0d19aa62f64c1fb4031983 Mon Sep 17 00:00:00 2001 From: Kris Aubuchon Date: Tue, 29 Oct 2013 21:01:41 -0400 Subject: [PATCH] fixing the category creation/edit modal alignment --- app/assets/stylesheets/desktop/topic-post.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 6f2d3a774c3..2fb3e059d52 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -538,8 +538,6 @@ h1, h2, h3 {margin: 10px 0;} .modal-body { input[type=text] { font-size: 16px; - display: block; - margin-top: 10px; } }