2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-01 21:16:46 +00:00

Merge branch 'master' into stock-item-forms

This commit is contained in:
Oliver 2021-11-01 12:43:32 +11:00
commit 2662ba1202
2 changed files with 8 additions and 0 deletions

View File

@ -141,6 +141,10 @@
float: left; float: left;
} }
.navbar-spacer {
height: 40px;
}
#navbar-barcode-li { #navbar-barcode-li {
border-left: none; border-left: none;
border-right: none; border-right: none;

View File

@ -111,3 +111,7 @@
</div> </div>
</nav> </nav>
{% if sticky %}
<div class='navbar-spacer'></div>
{% endif %}