fix: regression in toolmodal category selector

This commit is contained in:
Barış Soner Uşaklı
2023-04-17 13:19:56 -04:00
parent 5931a9be5c
commit 91851364a8

View File

@@ -4,7 +4,7 @@
right: 2rem;
z-index: $zindex-modal;
[component="category-selector-selected"] span {
display: inline!important;
display: inline-flex!important;
}
}