1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-19 15:01:14 +00:00

Padding needs to be removed too

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

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 { 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%; }