2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-12 23:00:53 +00:00

move border on right side to items

This commit is contained in:
Matthias
2021-12-07 00:41:37 +01:00
parent 61bdf8937c
commit 99a62b2934
6 changed files with 7 additions and 7 deletions

View File

@@ -1,3 +1,3 @@
<a href="#" id='{{ target }}-toggle' class="list-group-item {{ target }}-list-group-item border-end-0 d-inline-block text-truncate {{ target }}-toggle" data-bs-parent="#{{ target }}" style='display: none;'>
<a href="#" id='{{ target }}-toggle' class="list-group-item {{ target }}-list-group-item border-end d-inline-block text-truncate {{ target }}-toggle" data-bs-parent="#{{ target }}" style='display: none;'>
<i class="bi bi-bootstrap"></i><span id='{{ target }}-toggle-icon' class='{{ target }}-item-icon fas fa-chevron-left'></span>
</a>