Merge pull request #3832 from appwrite/fix-permissions-ui-margin

Fix permissions UI margin
This commit is contained in:
Christy Jacob 2022-09-14 17:34:18 +05:30 committed by GitHub
commit fca8e0ebee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -103,7 +103,7 @@ $escapedPermissions = \array_map(function ($perm) {
<tfoot>
<tr>
<td colspan="<?php \count($permissions) + 2 ?>">
<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>
</td>
</tr>
</tfoot>