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 fixup! Bug 40701: Add security warning when downloading a file
Bug 41886: Fix downloads panel warning size.
- - - - -
1 changed file:
- browser/components/downloads/content/downloads.css
Changes:
===================================== browser/components/downloads/content/downloads.css ===================================== @@ -93,6 +93,9 @@ font: caption; min-width: 37em; padding: 0.62em; + /* If we don't set a width, #downloadsPanelTorWarningDescription will request + * its max-content width. */ + width: 37em; }
#downloadsPanel-mainView { @@ -149,12 +152,6 @@ margin-block-end: 0; }
-#downloadsPanelTorWarningDescription { - /* Make sure we wrap the text rather than request the default max-content - * width from the parent XUL -moz-box. */ - width: 0; -} - #downloadsHistory, #downloadsFooterButtons { margin: 0;
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/4738c954...
tor-commits@lists.torproject.org