We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f25ef8d commit f543680Copy full SHA for f543680
extensions/BugModal/web/bug_modal.css
@@ -389,9 +389,7 @@ input[type="number"] {
389
#bottom-actions {
390
margin-top: 8px;
391
margin-bottom: 50px;
392
- min-width: 60em;
393
- max-width: 72em;
394
- width: 100%;
+ max-width: 1024px;
395
}
396
397
#bottom-right-actions {
@@ -704,9 +702,7 @@ h3.change-name {
704
702
width: 100%;
705
703
box-sizing: border-box !important;
706
margin: 0 0 1em;
707
708
709
710
711
712
#comment-preview {
@@ -816,8 +812,8 @@ h3.change-name {
816
812
/* theme */
817
813
818
814
#bugzilla-body {
819
820
815
+ min-width: 800px;
821
822
823
0 commit comments