mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-21 08:34:03 +02:00
Fix(UI): Adding my-1
to prevent overlapping
Adding `my-1` to the tag display to visually improve the overlapping or the direct hanging on top of each other Closes https://github.com/louislam/uptime-kuma/issues/5773 Closes #5773
This commit is contained in:
parent
13a85b8200
commit
998c643f4b
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
'px-2': size == 'sm',
|
'px-2': size == 'sm',
|
||||||
'py-0': size == 'sm',
|
'py-0': size == 'sm',
|
||||||
'mx-1': size == 'sm',
|
'mx-1': size == 'sm',
|
||||||
|
'my-1': size == 'sm',
|
||||||
}"
|
}"
|
||||||
:style="{ backgroundColor: item.color, fontSize: size == 'sm' ? '0.7em' : '1em' }"
|
:style="{ backgroundColor: item.color, fontSize: size == 'sm' ? '0.7em' : '1em' }"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Add table
Reference in a new issue