]> source.dussan.org Git - redmine.git/commitdiff
Preformatted text overflows the preview area (#30988).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 30 Mar 2019 06:16:38 +0000 (06:16 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 30 Mar 2019 06:16:38 +0000 (06:16 +0000)
Patch by Marius BALTEANU.

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

public/stylesheets/application.css

index 4afcb70d7a030616f26001a43c5be65fb29ecde3..94fd6719538ee745f7057fc08477fd1dd06a02a5 100644 (file)
@@ -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;}