mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Merge branch 'master' into stock-item-forms
This commit is contained in:
commit
2662ba1202
@ -141,6 +141,10 @@
|
||||
float: left;
|
||||
}
|
||||
|
||||
.navbar-spacer {
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
#navbar-barcode-li {
|
||||
border-left: none;
|
||||
border-right: none;
|
||||
|
@ -111,3 +111,7 @@
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
{% if sticky %}
|
||||
<div class='navbar-spacer'></div>
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user