fix(Settings): add nowrap on shortcuts labels

This commit is contained in:
Tim 2022-11-28 10:27:45 +01:00
parent 101ee58946
commit a9bd427387

View file

@ -336,6 +336,7 @@
.label { .label {
margin: 0 1rem; margin: 0 1rem;
white-space: nowrap;
color: @color-secondaryvariant1-90; color: @color-secondaryvariant1-90;
} }
} }