Skip to content

Commit

Permalink
fix(BlockPostFooter): prevent overflowing author info (IE11)
Browse files Browse the repository at this point in the history
  • Loading branch information
steffenbew committed Nov 26, 2019
1 parent 4b51d00 commit ac65669
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Components/BlockPostFooter/_style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

&-info {
display: flex;
flex: 1;
flex-direction: column;
justify-content: center;
padding-left: 1rem;
Expand Down

0 comments on commit ac65669

Please # to comment.