2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-02 11:40:58 +00:00

CSS updates

- Add template for filter lists
- Filter lists now layout horizontally
- Change flex-row to flex-wrap
This commit is contained in:
Oliver
2021-11-01 08:38:24 +11:00
parent 9057462588
commit 360f0406b5
17 changed files with 65 additions and 119 deletions

View File

@ -67,9 +67,7 @@
{% endif %}
{% endif %}
{% endif %}
<div class='filter-list' id='filter-list-stock'>
<!-- An empty div in which the filter list will be constructed -->
</div>
{% include "filter_list.html" with id="stock" %}
</div>
</div>
</div>