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
|
@ -21,8 +21,9 @@
|
|||
<div class="col-7">
|
||||
<q-chip
|
||||
dense
|
||||
class="app-chip app-chip-rule">
|
||||
class="app-chip app-chip-rule app-chip-overflow">
|
||||
{{ service.name }}
|
||||
<q-tooltip>{{service.name}}</q-tooltip>
|
||||
</q-chip>
|
||||
</div>
|
||||
<div class="col-3">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue