Skip to content

Commit 0cef7c0

Browse files
author
Alexander Luksidadi
committed
btn
1 parent 085eaae commit 0cef7c0

File tree

1 file changed

+1
-1
lines changed
  • frontend/scripts/modules/users/templates

1 file changed

+1
-1
lines changed

frontend/scripts/modules/users/templates/users.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ <h2>
9090
</td>
9191
<td class='text-center'>
9292
<div class="btn-group text-left">
93-
<button class="btn btn-default dropdown-toggle" data-toggle="dropdown">Actions</button>
93+
<button class="btn btn-default dropdown-toggle btn-sm" data-toggle="dropdown">Actions</button>
9494
<ul class="dropdown-menu">
9595
<li><a class="clickable" ng-click="edit(user.id)">Edit</a></li>
9696
<li><a class='clickable' ng-click="setStatus('active', [user])" ng-show="user.user_status !== 'active'">Activate</a></li>

0 commit comments

Comments
 (0)