Skip to content

Commit

Permalink
Add spacing between button blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
sixhours committed Dec 11, 2024
1 parent f8a5ad0 commit 52b2e6b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions independent-publisher-2/rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ label + #content #infinite-handle span button {
margin-left: auto;
}

.wp-block-button+.wp-block-button {
margin-right: 1.5em;
margin-left: auto;
}

input[type="checkbox"],
input[type="radio"] {
margin-left: .1em;
Expand Down
4 changes: 4 additions & 0 deletions independent-publisher-2/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -743,6 +743,10 @@ label + #content #infinite-handle span button {
margin-left: .21875em;
}

.wp-block-button+.wp-block-button {
margin-left: 1.5em;
}

input[type="text"],
input[type="password"],
input[type="email"],
Expand Down

0 comments on commit 52b2e6b

Please sign in to comment.