fix(minor): align action icon in centre
This commit is contained in:
parent
71aa763697
commit
53e7d2ffd0
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@
|
|||
</div>
|
||||
<button class="btn btn-secondary btn-default btn-sm hide"></button>
|
||||
<div class="actions-btn-group hide">
|
||||
<button type="button" class="btn btn-primary btn-sm" data-toggle="dropdown" aria-expanded="false">
|
||||
<button type="button" class="btn btn-primary btn-sm justify-center" data-toggle="dropdown" aria-expanded="false">
|
||||
<span>
|
||||
<span class="hidden-xs actions-btn-group-label">{%= __("Actions") %}</span>
|
||||
<svg class="icon icon-xs">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue