fix(SW-2868): Added break-inside: avoid to avoid column-breaks within the item itself.

Approved-by: Matilda Landström
This commit is contained in:
Erik Tiekstra
2025-05-22 12:15:52 +00:00
parent c3e00327de
commit e6963cd110

View File

@@ -10,6 +10,9 @@
align-items: self-start;
justify-content: flex-start;
color: var(--Text-Secondary);
/* Prevent column breaks within items */
break-inside: avoid;
}
.icon {