Truncate preset labels which exceed the button size, accomodating for longer localized strings.
This commit is contained in:
parent
df24338a04
commit
183f0bc100
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue