Skip to content

Commit f543680

Browse files
committed
Bug 1345949 - modal is a little too narrow, and we shouldn't mix px and em
1 parent f25ef8d commit f543680

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

extensions/BugModal/web/bug_modal.css

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -389,9 +389,7 @@ input[type="number"] {
389389
#bottom-actions {
390390
margin-top: 8px;
391391
margin-bottom: 50px;
392-
min-width: 60em;
393-
max-width: 72em;
394-
width: 100%;
392+
max-width: 1024px;
395393
}
396394

397395
#bottom-right-actions {
@@ -704,9 +702,7 @@ h3.change-name {
704702
width: 100%;
705703
box-sizing: border-box !important;
706704
margin: 0 0 1em;
707-
min-width: 60em;
708-
max-width: 72em;
709-
width: 100%;
705+
max-width: 1024px;
710706
}
711707

712708
#comment-preview {
@@ -816,8 +812,8 @@ h3.change-name {
816812
/* theme */
817813

818814
#bugzilla-body {
819-
max-width: 72em;
820-
min-width: 60em;
815+
max-width: 1024px;
816+
min-width: 800px;
821817
width: 100%;
822818
}
823819

0 commit comments

Comments
 (0)