diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2019-03-30 06:16:38 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2019-03-30 06:16:38 +0000 |
commit | f6211eec77bf63831f99dd89841a4e16e656a26d (patch) | |
tree | 94117d9afcefaea98f32fa6d51d04ae9e85d75bd | |
parent | 805aef85de116d79e6fa36e3db5d74591df61b52 (diff) | |
download | redmine-f6211eec77bf63831f99dd89841a4e16e656a26d.tar.gz redmine-f6211eec77bf63831f99dd89841a4e16e656a26d.zip |
Preformatted text overflows the preview area (#30988).
Patch by Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@18014 e93f8b46-1217-0410-a6f0-8f06a7374b81
-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 4afcb70d7..94fd67195 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -455,7 +455,7 @@ div.square { form {display: inline;} input, select {vertical-align: middle; margin-top: 1px; margin-bottom: 1px;} input[type="submit"] { -webkit-appearance: button; } -fieldset {border: 1px solid #e4e4e4; margin:0;} +fieldset {border: 1px solid #e4e4e4; margin:0; min-width: inherit;} legend {color: #333;} hr { width: 100%; height: 1px; background: #ccc; border: 0;} blockquote { font-style: italic; border-left: 3px solid #e0e0e0; padding-left: 0.6em; margin-left: 0;} |