From 125a1a2937d77fab775647d5df6f78387bb8dc42 Mon Sep 17 00:00:00 2001 From: hackademix Date: Thu, 25 Jul 2019 22:15:40 +0200 Subject: Work-around for browser.i18n.getMessage() API in content scripts giving away browser's real locale (Tor issue #31287). --- src/ui/prompt.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/ui') diff --git a/src/ui/prompt.css b/src/ui/prompt.css index b85762b..abada75 100644 --- a/src/ui/prompt.css +++ b/src/ui/prompt.css @@ -4,6 +4,8 @@ body { font-family: sans-serif; font-size: 12px; color: #222; + margin: 0px; + padding: 8px; } #header { @@ -84,6 +86,7 @@ body { .choices label { display: block; padding-bottom: .5em; + word-break: break-all; } #buttons { -- cgit v1.2.3