]> source.dussan.org Git - redmine.git/commitdiff
Padding needs to be removed too
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 30 Sep 2018 19:07:54 +0000 (19:07 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 30 Sep 2018 19:07:54 +0000 (19:07 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@17551 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css

index b4ac6ae2af8172457938cdb3fa8de4366dd142ec..1ff1dbd8a7bccd7a3dc8c3d437f8cc033b08c38d 100644 (file)
@@ -732,8 +732,8 @@ input#months { width: 30px; }
 
 .jstBlock .jstTabs { padding-right: 6px; }
 .jstBlock .wiki-preview { padding: 2px; }
-.jstBlock .wiki-preview p:first-child { margin-top: 0 !important;}
-.jstBlock .wiki-preview p:last-child { margin-bottom: 0 !important;}
+.jstBlock .wiki-preview p:first-child { padding-top: 0 !important; margin-top: 0 !important;}
+.jstBlock .wiki-preview p:last-child { padding-bottom: 0 !important; margin-bottom: 0 !important;}
 
 .tabular .wiki-preview, .tabular .jstTabs {width: 95%;}
 .tabular.settings .wiki-preview, .tabular.settings .jstTabs { width: 99%; }