1
0
mirror of https://github.com/funamitech/mastodon synced 2025-01-18 15:53:32 +09:00

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

View File

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