diff options
author | Go MAEDA <maeda@farend.jp> | 2019-12-08 01:53:36 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-12-08 01:53:36 +0000 |
commit | a08977176b52e7210b6392ee8dfc7176e5970731 (patch) | |
tree | dde07c5076ee5582c1f0b95b4fdc0507e75f9dc9 /public | |
parent | 87b1f1a4391cdece38abc54fd7ac5c4090a62bd9 (diff) | |
download | redmine-a08977176b52e7210b6392ee8dfc7176e5970731.tar.gz redmine-a08977176b52e7210b6392ee8dfc7176e5970731.zip |
Textile indentation does not work in the preview tab (#32422).
Patch by Yuichi HARADA.
git-svn-id: http://svn.redmine.org/redmine/trunk@19346 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 2fc541bc0..834dead9d 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -827,7 +827,9 @@ input#months { width: 46px; } .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; } |