Fixed network icon overflowing on entity tile.

This commit is contained in:
2025-02-26 04:11:36 +01:00
parent 19b2a56925
commit bead604fd6
2 changed files with 2 additions and 1 deletions

View File

@@ -50,6 +50,7 @@ defineProps({
color: var(--text-light);
font-size: 1.25rem;
font-weight: bold;
overflow: hidden;
.icon {
position: absolute;