diff options
author | William Lachance <wrlach@gmail.com> | 2017-07-18 14:50:13 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2017-07-18 14:50:13 +0200 |
commit | 7c2a0e2209896e2dd242129cbb88c53c9d470d48 (patch) | |
tree | 3ccea876fd28b81983075d7f74ef3cbba0a7420d /extensions/BugModal/web | |
parent | 9f8c3c4a307ec0d3397b40c83845aa78cb86908e (diff) | |
download | bugzilla-7c2a0e2209896e2dd242129cbb88c53c9d470d48.tar.gz bugzilla-7c2a0e2209896e2dd242129cbb88c53c9d470d48.tar.xz |
Bug 1381742 - Increase maximum size of autosized comments
Diffstat (limited to 'extensions/BugModal/web')
-rw-r--r-- | extensions/BugModal/web/bug_modal.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/BugModal/web/bug_modal.css b/extensions/BugModal/web/bug_modal.css index 9071c3d50..44496c333 100644 --- a/extensions/BugModal/web/bug_modal.css +++ b/extensions/BugModal/web/bug_modal.css @@ -714,7 +714,7 @@ body.platform-Win32 .comment-text, body.platform-Win64 .comment-text { box-sizing: border-box !important; margin: 0 0 1em; max-width: 1024px; - max-height: 280px; + max-height: 400px; } #comment-preview { |