1
0
Fork 0

Fix UI bug on long service name

This commit is contained in:
Ioannis Pinakoulakis 2020-12-07 15:14:03 +02:00 committed by GitHub
parent 134a767a7f
commit 0d15ac8861
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 18 additions and 4 deletions

View file

@ -131,6 +131,16 @@ body {
white-space: normal;
}
}
&-overflow {
max-width: 90%;
.q-chip__content{
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}
&-accent, &-rule {
color: $accent;
background-color: rgba($accent, 0.1);