allowed filter bar overflow to accomodate for longer languages
This commit is contained in:
parent
68509e8135
commit
30b9a5f072
|
@ -1485,7 +1485,7 @@ a.account__display-name {
|
||||||
|
|
||||||
.notification__filter-bar {
|
.notification__filter-bar {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: wrap;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
background: $ui-base-color;
|
background: $ui-base-color;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue