diff options
author | hackademix | 2019-07-25 22:15:40 +0200 |
---|---|---|
committer | hackademix | 2019-07-31 19:13:41 +0200 |
commit | 125a1a2937d77fab775647d5df6f78387bb8dc42 (patch) | |
tree | 98a4253c63ab0c4da35688fc0049d4678d4ea550 /src/ui | |
parent | 6ef9b4e2325a497745db058dc4a846ab31fccd27 (diff) | |
download | noscript-125a1a2937d77fab775647d5df6f78387bb8dc42.tar.gz noscript-125a1a2937d77fab775647d5df6f78387bb8dc42.tar.xz noscript-125a1a2937d77fab775647d5df6f78387bb8dc42.zip |
Work-around for browser.i18n.getMessage() API in content scripts giving away browser's real locale (Tor issue #31287).
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/prompt.css | 3 |
1 files changed, 3 insertions, 0 deletions
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 { |