Widget with filter - mobile
I have a (chart) widget with a filter which works fine (See image 1).
Only problem is the way its getting rendered on mobile (see image 2).
The problem is, that the
.fi-section-header
is a .flex
element. Is there a way to change it to an block element or so?Solution:Jump to solution
GitHub
FIX: Chart widget filter mobile view by bernhardh · Pull Request #9...
Changes have been thoroughly tested to not break existing functionality.
New functionality has been documented or existing documentation has been updated to reflect changes.
Visual changes are ex...
3 Replies
I think that should be fixed and the filters should be below the description on mobile by using flex-column. Can you create a PR with a before/after?!
Have added it to my todo list. For now, I (dirty) quickfixed it with css
Solution
GitHub
FIX: Chart widget filter mobile view by bernhardh · Pull Request #9...
Changes have been thoroughly tested to not break existing functionality.
New functionality has been documented or existing documentation has been updated to reflect changes.
Visual changes are ex...