mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 19:02:15 +00:00
fix(Settings): add nowrap on shortcuts labels
This commit is contained in:
parent
101ee58946
commit
a9bd427387
1 changed files with 1 additions and 0 deletions
|
|
@ -336,6 +336,7 @@
|
||||||
|
|
||||||
.label {
|
.label {
|
||||||
margin: 0 1rem;
|
margin: 0 1rem;
|
||||||
|
white-space: nowrap;
|
||||||
color: @color-secondaryvariant1-90;
|
color: @color-secondaryvariant1-90;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue