Skip to content

Commit f4a6b98

Browse files
authored
update admin views
When there are enough filters, they overflow on the content admin page. Possibly related to mortendk#283
1 parent d44e1fe commit f4a6b98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eleven/templates/component/views/exposed/views-exposed-form.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
.views-filter {
3939
display: grid;
4040
grid-auto-flow:column;
41+
grid: auto / auto auto auto;
4142
grid-gap: 0.5rem;
4243
justify-content: space-between;
4344
align-items: end;

0 commit comments

Comments
 (0)