Allow filter form in profiles directory to wrap (#26682)
parent
ccca542db1
commit
f1d250135c
|
@ -2381,6 +2381,7 @@ $ui-header-height: 55px;
|
||||||
|
|
||||||
.filter-form {
|
.filter-form {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.autosuggest-textarea__textarea {
|
.autosuggest-textarea__textarea {
|
||||||
|
|
Loading…
Reference in New Issue