Skip to content

Commit 6a52046

Browse files
fix: filters are visible on small screens
1 parent 5917786 commit 6a52046

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

static/style/inverted-style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,9 @@
590590
font-size: 16px;
591591
line-height: 1.25;
592592
}
593+
#filters {
594+
overflow-x: auto;
595+
}
593596
#filters input[type="text"] {
594597
margin: 0 4px;
595598
padding: 4px;

static/style/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,9 @@
590590
font-size: 16px;
591591
line-height: 1.25;
592592
}
593+
#filters {
594+
overflow-x: auto;
595+
}
593596
#filters input[type="text"] {
594597
margin: 0 4px;
595598
padding: 4px;

0 commit comments

Comments
 (0)