Set #bugzilla-body to have em based widths so they scale with font size.
#bottom-actions {
margin-top: 8px;
margin-bottom: 50px;
- max-width: 1200px;
+ min-width: 60em;
+ max-width: 72em;
+ width: 100%;
}
#bottom-right-actions {
width: 100%;
box-sizing: border-box !important;
margin: 0 0 1em;
- max-width: 1200px;
+ min-width: 60em;
+ max-width: 72em;
+ width: 100%;
}
#comment-preview {
/* theme */
#bugzilla-body {
- max-width: 1200px;
- min-width: 800px;
+ max-width: 72em;
+ min-width: 60em;
width: 100%;
}