2
2
mirror of https://github.com/mastodon/mastodon synced 2025-04-12 00:56:38 +02: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 {