Skip to content

Commit

Permalink
Merge pull request #5248 from owncloud/11062021_sidebar-collaborator-…
Browse files Browse the repository at this point in the history
…button-spacing

Add more spacing between edit and delete collaborator icons
  • Loading branch information
kulmann authored Jun 11, 2021
2 parents 99a9ef9 + 4ad0d81 commit bfa2dcb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
v-oc-tooltip="editShareHint"
:aria-label="editShareHint"
appearance="raw"
class="files-collaborators-collaborator-edit"
class="files-collaborators-collaborator-edit oc-mr-xs"
@click="$emit('onEdit', collaborator)"
>
<oc-icon name="edit" />
Expand Down

0 comments on commit bfa2dcb

Please sign in to comment.