Skip to content

Commit 183f0bc

Browse files
committed
Truncate preset labels which exceed the button size, accomodating for longer localized strings.
1 parent df24338 commit 183f0bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ui/ui.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ input.preset:active, input.preset:focus, input.preset:hover {
235235

236236
.presets input.preset:checked + label, #presets .presets label {
237237
opacity: 1;
238-
width: 100%;
238+
width: 60%;
239239
display: inline-block;
240240
}
241241

0 commit comments

Comments
 (0)