fix(2054): add queue item title max width for mobile

This commit is contained in:
tobifroe 2023-03-19 09:17:22 +01:00
parent 6d76e56764
commit 0f9854c93b
1 changed files with 6 additions and 0 deletions

View File

@ -450,6 +450,12 @@
align-items: center;
}
.title.ellipsis {
@include media("<tablet") {
max-width: 35vw;
}
}
// NOTE: Taken from semantic ui
&.active {
background: #E0E0E0;