gh-13400: Fixed modal text being cutoff (gh-13410)

This commit is contained in:
mr. m
2026-04-26 00:00:44 +02:00
committed by GitHub
parent 0cfc25ccb0
commit cd956d34b1
5 changed files with 36 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
diff --git a/toolkit/components/prompts/content/commonDialog.css b/toolkit/components/prompts/content/commonDialog.css
index d811fb62d502cf6fc0bf8163f11e1d264dee9e82..9fd96c560342b3417299ee3c6afda30ddcec76c0 100644
index d811fb62d502cf6fc0bf8163f11e1d264dee9e82..79e44af5d6d37bdb756bc1737d279e8769abb50e 100644
--- a/toolkit/components/prompts/content/commonDialog.css
+++ b/toolkit/components/prompts/content/commonDialog.css
@@ -3,7 +3,8 @@
@@ -12,7 +12,15 @@ index d811fb62d502cf6fc0bf8163f11e1d264dee9e82..9fd96c560342b3417299ee3c6afda30d
}
dialog[insecureauth] {
@@ -91,11 +92,12 @@ dialog[insecureauth] {
@@ -49,7 +50,6 @@ dialog[insecureauth] {
.sizeDetermined #infoRow,
.sizeDetermined #infoContainer {
/* Allow stuff to shrink */
- min-height: 0;
}
.sizeDetermined #infoRow {
@@ -91,11 +91,12 @@ dialog[insecureauth] {
--grid-padding: 16px;
/* All the inner items should have 4px inline margin, leading to 1.16em spacing
* between the dialog and its contents, and 8px horizontal spacing between items. */