summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorWilliam Lachance <wrlach@gmail.com>2017-07-18 14:50:13 +0200
committerDylan William Hardison <dylan@hardison.net>2017-07-18 14:50:13 +0200
commit7c2a0e2209896e2dd242129cbb88c53c9d470d48 (patch)
tree3ccea876fd28b81983075d7f74ef3cbba0a7420d /extensions
parent9f8c3c4a307ec0d3397b40c83845aa78cb86908e (diff)
downloadbugzilla-7c2a0e2209896e2dd242129cbb88c53c9d470d48.tar.gz
bugzilla-7c2a0e2209896e2dd242129cbb88c53c9d470d48.tar.xz
Bug 1381742 - Increase maximum size of autosized comments
Diffstat (limited to 'extensions')
-rw-r--r--extensions/BugModal/web/bug_modal.css2
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 {