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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user