Remove margin before and after preview

git-svn-id: http://svn.redmine.org/redmine/trunk@17550 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2018-09-30 19:06:47 +00:00
parent bb2860e734
commit 47f97cf94b

View 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 { padding-top: 0 !important;}
.jstBlock .wiki-preview p:last-child { padding-bottom: 0 !important;}
.jstBlock .wiki-preview p:first-child { margin-top: 0 !important;}
.jstBlock .wiki-preview p:last-child { margin-bottom: 0 !important;}
.tabular .wiki-preview, .tabular .jstTabs {width: 95%;}
.tabular.settings .wiki-preview, .tabular.settings .jstTabs { width: 99%; }