]> source.dussan.org Git - redmine.git/commitdiff
Fix: Preformatted text overflows in preview (#27862).
authorGo MAEDA <maeda@farend.jp>
Fri, 19 Jan 2018 05:01:14 +0000 (05:01 +0000)
committerGo MAEDA <maeda@farend.jp>
Fri, 19 Jan 2018 05:01:14 +0000 (05:01 +0000)
Patch by Mizuki ISHIKAWA.

git-svn-id: http://svn.redmine.org/redmine/trunk@17181 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css

index e194ccd7882e81121e5f91c8a260d86eea09b0f6..f70358b4381912db9874dc6ab6694bb50d8f124f 100644 (file)
@@ -717,7 +717,7 @@ label.no-css {
 input#time_entry_comments { width: 90%;}
 input#months { width: 30px; }
 
-#preview fieldset {margin-top: 1em; background: url(../images/draft.png)}
+fieldset.preview {margin-top: 1em; min-width: inherit; background: url(../images/draft.png)}
 
 .tabular.settings p{ padding-left: 300px; }
 .tabular.settings label{ margin-left: -300px; width: 295px; }