summaryrefslogtreecommitdiffstats
path: root/extensions/BugModal/web
diff options
context:
space:
mode:
authorEmma Humphries <emceeaich@users.noreply.github.com>2017-03-03 03:47:05 +0100
committerDylan William Hardison <dylan@hardison.net>2017-03-03 23:12:41 +0100
commitdf64b724fab74da6de0d4d2ee4bb112389da68d0 (patch)
tree462bd704e1c3d992732f4cf7c3293df88e2db0db /extensions/BugModal/web
parent0801b45a526ab1fe81fe9623131b7ebe6ec31bb0 (diff)
downloadbugzilla-df64b724fab74da6de0d4d2ee4bb112389da68d0.tar.gz
bugzilla-df64b724fab74da6de0d4d2ee4bb112389da68d0.tar.xz
Bug 1343663 - Comments are too wide
Set #bugzilla-body to have em based widths so they scale with font size.
Diffstat (limited to 'extensions/BugModal/web')
-rw-r--r--extensions/BugModal/web/bug_modal.css12
1 files changed, 8 insertions, 4 deletions
diff --git a/extensions/BugModal/web/bug_modal.css b/extensions/BugModal/web/bug_modal.css
index ee1584cb7..4c24034c9 100644
--- a/extensions/BugModal/web/bug_modal.css
+++ b/extensions/BugModal/web/bug_modal.css
@@ -389,7 +389,9 @@ input[type="number"] {
#bottom-actions {
margin-top: 8px;
margin-bottom: 50px;
- max-width: 1200px;
+ min-width: 60em;
+ max-width: 72em;
+ width: 100%;
}
#bottom-right-actions {
@@ -702,7 +704,9 @@ h3.change-name {
width: 100%;
box-sizing: border-box !important;
margin: 0 0 1em;
- max-width: 1200px;
+ min-width: 60em;
+ max-width: 72em;
+ width: 100%;
}
#comment-preview {
@@ -812,8 +816,8 @@ h3.change-name {
/* theme */
#bugzilla-body {
- max-width: 1200px;
- min-width: 800px;
+ max-width: 72em;
+ min-width: 60em;
width: 100%;
}