We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c3b477 commit c1c9ebdCopy full SHA for c1c9ebd
app/views/console/comps/permissions-matrix.phtml
@@ -103,7 +103,7 @@ $escapedPermissions = \array_map(function ($perm) {
103
<tfoot>
104
<tr>
105
<td colspan="<?php \count($permissions) + 2 ?>">
106
- <button type="button" class="margin-top-small reverse" @click="addPermission('<?php echo $form ?>')">Add Role</button>
+ <button type="button" class="margin-top reverse" @click="addPermission('<?php echo $form ?>')">Add Role</button>
107
</td>
108
</tr>
109
</tfoot>
0 commit comments