summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhackademix2018-07-08 22:20:24 +0200
committerhackademix2018-07-08 22:20:24 +0200
commit183f0bc100055c76bade83138b284c72cfe31c79 (patch)
tree82a52a962f9213f93a97e3f16f6c82d2fbb45484 /src
parentdf24338a0446aaf936bd5ad626472177c3aa1cdd (diff)
downloadnoscript-183f0bc100055c76bade83138b284c72cfe31c79.tar.gz
noscript-183f0bc100055c76bade83138b284c72cfe31c79.tar.xz
noscript-183f0bc100055c76bade83138b284c72cfe31c79.zip
Truncate preset labels which exceed the button size, accomodating for longer localized strings.
Diffstat (limited to 'src')
-rw-r--r--src/ui/ui.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/ui.css b/src/ui/ui.css
index 55f9247..8f2b81f 100644
--- a/src/ui/ui.css
+++ b/src/ui/ui.css
@@ -235,7 +235,7 @@ input.preset:active, input.preset:focus, input.preset:hover {
.presets input.preset:checked + label, #presets .presets label {
opacity: 1;
- width: 100%;
+ width: 60%;
display: inline-block;
}