richard pushed to branch tor-browser-115.2.0esr-13.0-1 at The Tor Project / Applications / Tor Browser
Commits:
-
4738c954
by Henry Wilkes at 2023-08-24T19:51:01+00:00
1 changed file:
Changes:
| ... | ... | @@ -93,6 +93,9 @@ |
| 93 | 93 | font: caption;
|
| 94 | 94 | min-width: 37em;
|
| 95 | 95 | padding: 0.62em;
|
| 96 | + /* If we don't set a width, #downloadsPanelTorWarningDescription will request
|
|
| 97 | + * its max-content width. */
|
|
| 98 | + width: 37em;
|
|
| 96 | 99 | }
|
| 97 | 100 | |
| 98 | 101 | #downloadsPanel-mainView {
|
| ... | ... | @@ -149,12 +152,6 @@ |
| 149 | 152 | margin-block-end: 0;
|
| 150 | 153 | }
|
| 151 | 154 | |
| 152 | -#downloadsPanelTorWarningDescription {
|
|
| 153 | - /* Make sure we wrap the text rather than request the default max-content
|
|
| 154 | - * width from the parent XUL -moz-box. */
|
|
| 155 | - width: 0;
|
|
| 156 | -}
|
|
| 157 | - |
|
| 158 | 155 | #downloadsHistory,
|
| 159 | 156 | #downloadsFooterButtons {
|
| 160 | 157 | margin: 0;
|