Merged r19346 from trunk to 4.0-stable (#32422).

git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@19350 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2019-12-10 01:35:56 +00:00
parent eba47e112e
commit 95c0d47399

View File

@@ -770,7 +770,9 @@ input#months { width: 30px; }
.tabular.settings .wiki-preview, .tabular.settings .jstTabs { width: 99%; }
.tabular .wiki-preview p {
min-height: initial;
padding: 1em 0 1em 0 !important;
padding: 0;
padding-top: 1em !important;
padding-bottom: 1em !important;
overflow: initial;
}