Skip to content

Commit c1c9ebd

Browse files
committed
Increase permissions margin for ls ui open
1 parent 4c3b477 commit c1c9ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/console/comps/permissions-matrix.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ $escapedPermissions = \array_map(function ($perm) {
103103
<tfoot>
104104
<tr>
105105
<td colspan="<?php \count($permissions) + 2 ?>">
106-
<button type="button" class="margin-top-small reverse" @click="addPermission('<?php echo $form ?>')">Add Role</button>
106+
<button type="button" class="margin-top reverse" @click="addPermission('<?php echo $form ?>')">Add Role</button>
107107
</td>
108108
</tr>
109109
</tfoot>

0 commit comments

Comments
 (0)