Fix UI bug on long service name
This commit is contained in:
parent
134a767a7f
commit
0d15ac8861
5 changed files with 18 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue