Skip to content

Commit

Permalink
adds some line height to name
Browse files Browse the repository at this point in the history
  • Loading branch information
draganescu committed Feb 1, 2020
1 parent c5dd9fa commit 8edda56
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/block-library/src/post-author/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@

.block-editor__container .wp-block-post-author__name {
margin: 0;
font-weight: bold;
}
8 changes: 8 additions & 0 deletions packages/block-library/src/post-author/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,22 @@

&__byline {
width: 100%;
margin-top: $grid-size-large;
margin-bottom: $grid-size-large;
}

&__avatar {
flex-grow: 1;
margin-right: $grid-size-large;
}

&__content {
flex-basis: 0;
flex-grow: 999;
}

&__name {
font-weight: bold;
}

}

0 comments on commit 8edda56

Please sign in to comment.