[AAE-16286] Fix - broken words in custom filters

This commit is contained in:
Tomasz
2023-09-06 15:18:20 +02:00
parent 8a9f828894
commit 7dae661fed

View File

@@ -58,6 +58,10 @@
flex: 1 1 23%;
}
.mat-select-value {
overflow: visible;
}
@media screen and (max-width: 600px) {
flex-flow: column;