Skip to content

Commit 53fdb03

Browse files
author
MatthieuLP
committed
Responsive for mcs with lots of filters
1 parent a9a2444 commit 53fdb03

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

css/hf_base.css

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -855,6 +855,13 @@ li.path-ext-svg a img {
855855

856856
/* Multi criteria search */
857857

858+
.filter-container {
859+
display: flex;
860+
flex-direction: row;
861+
flex-wrap: wrap;
862+
gap: 10px;
863+
}
864+
858865
.filter .filter-icon {
859866
color: #474747;
860867
}
@@ -998,7 +1005,7 @@ li.path-ext-svg a img {
9981005
display: flex;
9991006
flex-direction: row;
10001007
gap: 0 15px;
1001-
align-items: baseline;
1008+
align-items: center;
10021009
}
10031010

10041011
.filter-manager,
@@ -1011,6 +1018,7 @@ li.path-ext-svg a img {
10111018
font-size: 15px;
10121019
font-weight: 600;
10131020
padding: 4px 10px;
1021+
white-space: nowrap;
10141022
}
10151023
.filter-manager:hover,
10161024
.filter-validate:hover {
@@ -1452,6 +1460,7 @@ li.path-ext-svg a img {
14521460
color: #c4c4c4;
14531461
cursor: not-allowed;
14541462
font-weight: 600;
1463+
white-space: nowrap;
14551464
}
14561465

14571466
.clear-all.clickable {

0 commit comments

Comments
 (0)