Allow filter form in profiles directory to wrap (#26682)

This commit is contained in:
Santiago Kozak 2023-08-31 09:15:58 -03:00 committed by GitHub
parent ccca542db1
commit f1d250135c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -2381,6 +2381,7 @@ $ui-header-height: 55px;
.filter-form {
display: flex;
flex-wrap: wrap;
}
.autosuggest-textarea__textarea {