From 183f0bc100055c76bade83138b284c72cfe31c79 Mon Sep 17 00:00:00 2001 From: hackademix Date: Sun, 8 Jul 2018 22:20:24 +0200 Subject: Truncate preset labels which exceed the button size, accomodating for longer localized strings. --- src/ui/ui.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; } -- cgit v1.2.3