Merge pull request #326 from Stremio/fix/settings-shortcuts-labels

fix(Settings): add nowrap on shortcuts labels
This commit is contained in:
Nikola Hristov 2022-11-28 12:10:27 +02:00 committed by GitHub
commit 92c67f7058
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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