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/4738c954e9e86429453dd8c26dce6aa85e0bd16a

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/4738c954e9e86429453dd8c26dce6aa85e0bd16a
You're receiving this email because of your account on gitlab.torproject.org.


_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to