Skip to content

Commit

Permalink
fix button alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
faisal-alvi committed Jul 22, 2024
1 parent 2e8f1a0 commit 7dcf925
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions assets/css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,8 @@ body .distributed-modal-popup .button {
cursor: pointer;
}

.distributed-modal-popup .actions a.button {
display: inline-block;
margin-right: 20px;
.distributed-modal-popup .actions a {
margin-right: 10px;
}

.distributed-modal-popup .actions a span {
Expand Down
2 changes: 1 addition & 1 deletion assets/js/gutenberg-plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ const RenderDistributedFrom = () => {
),
} }
/>
<Flex justify="flex-end">
<Flex justify="flex-start" className={ 'actions' }>
<Button
icon={ <Icon icon="editor-unlink" /> }
variant="secondary"
Expand Down

0 comments on commit 7dcf925

Please sign in to comment.