diff options
author | Go MAEDA <maeda@farend.jp> | 2018-01-19 05:01:14 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2018-01-19 05:01:14 +0000 |
commit | 6da27c1da7c99e5b84cff980ec044a33194cfaa5 (patch) | |
tree | e009e4af48fec6405b4633eb70cdcefa05960566 /public | |
parent | 0dbde930f6870863a558fcd46c81a82a6fff9835 (diff) | |
download | redmine-6da27c1da7c99e5b84cff980ec044a33194cfaa5.tar.gz redmine-6da27c1da7c99e5b84cff980ec044a33194cfaa5.zip |
Fix: Preformatted text overflows in preview (#27862).
Patch by Mizuki ISHIKAWA.
git-svn-id: http://svn.redmine.org/redmine/trunk@17181 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index e194ccd78..f70358b43 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -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; } |