Skip to content

Commit

Permalink
fix: source code button layout issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dilipbheda committed Jan 1, 2025
1 parent 2782b81 commit 2ce9c6d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion wp-content/themes/pub/wporg-learn-2024/src/code/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
border-color: var(--wp--preset--color--light-grey-1);

.wp-block-buttons {
justify-content: flex-end;
display: flex;
gap: 8px;
justify-content: end;
}

.wp-block-button button {
Expand Down

0 comments on commit 2ce9c6d

Please sign in to comment.