fix(2054): add queue item title max width for mobile
This commit is contained in:
parent
6d76e56764
commit
0f9854c93b
|
@ -450,6 +450,12 @@
|
|||
align-items: center;
|
||||
}
|
||||
|
||||
.title.ellipsis {
|
||||
@include media("<tablet") {
|
||||
max-width: 35vw;
|
||||
}
|
||||
}
|
||||
|
||||
// NOTE: Taken from semantic ui
|
||||
&.active {
|
||||
background: #E0E0E0;
|
||||
|
|
Loading…
Reference in New Issue