Skip to content

Commit

Permalink
Add padding to the right of the label strings #45
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Sep 16, 2021
1 parent 2676228 commit 6e9b5dc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
12 changes: 10 additions & 2 deletions src/oik-wp/editor.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
.wp-block-oik-block-wp {

// Is it necessary on both editor.scss and style.scss ?
/*
.wp-block-oik-bbw-wp {
span.label {
padding-right: 0.5em;
}
}
*/
8 changes: 6 additions & 2 deletions src/oik-wp/style.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/* I can't think of anything to put here
*/
.wp-block-oik-bbw-wp {

span.label {
padding-right: 0.5em;
}

}

0 comments on commit 6e9b5dc

Please sign in to comment.