This is an automated email from the git hooks/post-receive script.
pierov pushed a commit to branch tor-browser-91.10.0esr-11.5-1 in repository tor-browser.
The following commit(s) were added to refs/heads/tor-browser-91.10.0esr-11.5-1 by this push: new e803197791e79 fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection e803197791e79 is described below
commit e803197791e796a8bbf31a1472a19e726074bd87 Author: Pier Angelo Vendrame pierov@torproject.org AuthorDate: Mon Jun 20 18:35:49 2022 +0200
fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection
Added a minimum height for the proxy/firewall modal. It should give some room to all locales to break lines in at least 2 or 3 different places. --- browser/components/torpreferences/content/torPreferences.css | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/browser/components/torpreferences/content/torPreferences.css b/browser/components/torpreferences/content/torPreferences.css index aaedc260bd9f1..19fd5f9a92312 100644 --- a/browser/components/torpreferences/content/torPreferences.css +++ b/browser/components/torpreferences/content/torPreferences.css @@ -532,6 +532,10 @@ groupbox#torPreferences-bridges-group textarea { }
/* Connection settings dialog */ +#torPreferences-connection-dialog { + min-height: 400px; +} + #torPreferences-connection-header { margin: 4px 0 14px 0; }
tbb-commits@lists.torproject.org