[FIX] BASE: Company table action button sticky

This commit is contained in:
Horilla
2024-08-31 15:15:17 +05:30
parent f0e2bf4000
commit f457ed4bba

View File

@@ -10,7 +10,7 @@
<div class="oh-sticky-table__th">{% trans "State" %}</div>
<div class="oh-sticky-table__th">{% trans "City" %}</div>
<div class="oh-sticky-table__th">{% trans "Zip" %}</div>
<div class="oh-sticky-table__th"></div>
<div class="oh-sticky-table__th oh-sticky-table__right">{% trans "Actions" %}</div>
</div>
</div>
<div class="oh-sticky-table__tbody">
@@ -33,7 +33,7 @@
<div class="oh-sticky-table__td">{{company.city}}</div>
<div class="oh-sticky-table__td">{{company.zip}}</div>
<div class="oh-sticky-table__td">
<div class="oh-sticky-table__td oh-sticky-table__right">
<div class="oh-btn-group">
{% if perms.base.change_company %}
<button