Skip to content

Commit

Permalink
fix: button margins
Browse files Browse the repository at this point in the history
  • Loading branch information
kometenstaub committed Sep 15, 2023
1 parent 37f5600 commit 091f8f6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,13 @@ mode from @SlRvb, which fall under the same license (MIT license, @kometenstaub
display: block;
}

.restore {
margin-right: 0.5em;
}
.switch {
margin-left: 0.5em;
}

/* for textarea that displays plain text version */

textarea.plain-text-area {
Expand Down

0 comments on commit 091f8f6

Please sign in to comment.