-
Notifications
You must be signed in to change notification settings - Fork 710
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Add" button floats on top of horizontal filters #628
Comments
I'm using Python 3.7.6, suit 2.0a1 & Django 3.1.2 and am having this same problem. |
I'd really to hear one. Users will start to complain soon. Needs someone with CSS skills for this... |
How do you display filters like this ? |
@pulse-mind - you need to set up another tuple list with the ones that you want in this horizontal band e.g.
|
thank you @gamesbook !!! It works except for specific filters, I've done some overrides like this :
In my suit filter I've set something like :
I've got "name" and "edit" but not the "DepartmentListFilter" which is working on V1. |
You cannot use
|
Thank you, why thinking complex when it is easy :) !! |
* darklow#628 : manage addlink button with a lot of horizontal filters * Update travis and settings for tests
@gamesbook , I submit a pull request with a lot of commits. I hope darklow will accept it!. |
@pulse-mind Appreciate that. I hope he can too. |
If this is a bug please specify versions you're using first.
Django version: 1.10.7
Django Suit version: 2.0a1
Python version: 3.5.3
Issue:
As can be seen, on narrower screens, when there are a number of filters, the filter boxes "wrap around" but the
+Add
button covers part of the right-hand filter. It might be better if this was at position (a) or (b).The text was updated successfully, but these errors were encountered: