[FIX] BASE: Company table action button sticky
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user