allowed filter bar overflow to accomodate for longer languages

pull/9399/head
alxd 2018-11-30 14:24:34 +01:00
parent 68509e8135
commit 30b9a5f072
1 changed files with 1 additions and 1 deletions

View File

@ -1485,7 +1485,7 @@ a.account__display-name {
.notification__filter-bar {
display: flex;
flex-wrap: nowrap;
flex-wrap: wrap;
justify-content: space-between;
background: $ui-base-color;