diff options
author | William Lachance <wrlach@gmail.com> | 2017-07-11 22:27:35 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2017-07-11 22:27:35 +0200 |
commit | 096e19e6c6ed1b79059f098e1f7436404a97e6f9 (patch) | |
tree | 2cc55911c1e52ad0ca572860f5a619f077a67274 /extensions/BugModal/web/bug_modal.css | |
parent | bd10e74fa55e2062416fc193db76b73174398624 (diff) | |
download | bugzilla-096e19e6c6ed1b79059f098e1f7436404a97e6f9.tar.gz bugzilla-096e19e6c6ed1b79059f098e1f7436404a97e6f9.tar.xz |
Bug 1331305 - Auto-resize comment boxes
Inspired by earlier work by @KuoE0 in https://github.com/mozilla-bteam/bmo/pull/40
* address review comments
* Auto-resize comment when replying
Diffstat (limited to 'extensions/BugModal/web/bug_modal.css')
-rw-r--r-- | extensions/BugModal/web/bug_modal.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/BugModal/web/bug_modal.css b/extensions/BugModal/web/bug_modal.css index 4af850b99..666ee3f0d 100644 --- a/extensions/BugModal/web/bug_modal.css +++ b/extensions/BugModal/web/bug_modal.css @@ -710,6 +710,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; } #comment-preview { |