Merge pull request #1683 from CSCD01/issue-1231

Fixes #1231 confirmation page alignment
This commit is contained in:
Maxx Crawford
2021-07-28 10:22:01 -05:00
committed by GitHub
+6 -1
View File
@@ -27,7 +27,7 @@ button .container-name,
/* for a mid sized window we have enough for this but not our image */ /* for a mid sized window we have enough for this but not our image */
.title { .title {
background-image: url("chrome://global/skin/icons/info.svg"); background-image: url('chrome://global/skin/icons/info.svg');
} }
} }
@@ -76,6 +76,11 @@ dfn {
font-style: normal; font-style: normal;
} }
#deny,
#confirm {
flex-grow: 1;
}
.button-container > button { .button-container > button {
min-inline-size: 240px; min-inline-size: 240px;
} }