Truncate preset labels which exceed the button size, accomodating for longer localized strings.

This commit is contained in:
hackademix 2018-07-08 22:20:24 +02:00
parent df24338a04
commit 183f0bc100
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}