mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-04-20 07:36:05 -04: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
@ -7,6 +7,7 @@
|
||||
'px-2': size == 'sm',
|
||||
'py-0': size == 'sm',
|
||||
'mx-1': size == 'sm',
|
||||
'my-1': size == 'sm',
|
||||
}"
|
||||
:style="{ backgroundColor: item.color, fontSize: size == 'sm' ? '0.7em' : '1em' }"
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user