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:
Jonathan Starck 2025-04-14 23:32:01 +02:00 committed by GitHub
parent 13a85b8200
commit 998c643f4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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' }"
>