Align facets count to center in checkbox filters.

This commit is contained in:
mateuswetah 2024-06-17 11:45:58 -03:00
parent a1db262808
commit 0f4ac98832
2 changed files with 2 additions and 2 deletions

View File

@ -255,7 +255,7 @@
display: flex;
flex-wrap: nowrap;
width: 100%;
align-items: baseline;
align-items: center;
}
.checkbox-label-text {
white-space: wrap;

View File

@ -341,7 +341,7 @@
display: flex;
flex-wrap: nowrap;
width: 100%;
align-items: baseline;
align-items: center;
}
.checkbox-label-text {
white-space: wrap;