Skip to content

Commit

Permalink
addressdd review
Browse files Browse the repository at this point in the history
  • Loading branch information
draganescu committed Feb 11, 2020
1 parent 40c08d1 commit 7565b18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 1 addition & 5 deletions packages/block-library/src/post-author/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,9 @@
width: 100%;
}

.block-editor__container .wp-block-post-author__avatar {
flex-grow: 1;
}

.wp-block-post-author__content {
flex-grow: 1;
flex-basis: 0;
flex-grow: 999;
}

.block-editor__container .wp-block-post-author__avatar img {
Expand Down
3 changes: 1 addition & 2 deletions packages/block-library/src/post-author/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@
}

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

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

&__name {
Expand Down

0 comments on commit 7565b18

Please sign in to comment.