Wasted white space on filters above table
Is there a way of losing this whitespace?
I'm using Layout::AboveContent but it seems like it's creating an unnecessary gap underneath?
Is it normal for the "reset filters" button to take a whole line to itself?
I tried some messing with CSS classes but didn't get anywhere.
5 Replies
if you had more filters, and we didnt have a new line for the reset filters button, then they would clash
what do you suggest we do?
Fair point. I just wondered if there was a way to move it to the left of the search box or something like that, but it’s no biggie! 🙂
I’m also looking at the filter sets plug-in which looks great.
yeah ive heard some great things about that!
I’ve heard great things too 😂. Hit me up in #filter-sets if you have any questions.
Thanks!
For now, I've temporarily hacked the CSS like this:
.text-end {
height: 0 !important;
margin-bottom: 10px !important;
margin-top: 10px !important;
}