fix: prevent tags from overflowing on narrow screens

This commit is contained in:
Denis Romanov
2025-10-26 12:59:07 +04:00
committed by GitHub
parent b867bb6ccb
commit aa8384b93b

View File

@@ -457,6 +457,7 @@ div[data-v-026459e0]:has(> .group-title) {
display: flex;
flex-wrap: wrap;
gap: var(--spacing-8);
min-width: 0;
}
/* Monitor tags */