~cytrogen/masto-fe

f1d250135ccf9be5c4d982a2c48417da89d38eb5 — Santiago Kozak 2 years ago ccca542
Allow filter form in profiles directory to wrap (#26682)

1 files changed, 1 insertions(+), 0 deletions(-)

M app/javascript/styles/mastodon/components.scss
M app/javascript/styles/mastodon/components.scss => app/javascript/styles/mastodon/components.scss +1 -0
@@ 2381,6 2381,7 @@ $ui-header-height: 55px;

  .filter-form {
    display: flex;
    flex-wrap: wrap;
  }

  .autosuggest-textarea__textarea {