Commit 73fd2e5
authored
Fix page being blank on small screens due to table filters (#4525)
There seems to be an extra fixed DOM element present that activates only
on
small screens and takes over the whole screen; nothing is visible on the
page if there is a table rendered with the new table filter code.
This PR removes the extra style at the table filter top level wrapper
and also adds some gap between two filter items in the button form.
Here is the original image:1 parent 74a3996 commit 73fd2e5
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments