Skip to content

Commit

Permalink
Fixed layout for blocks and inline-blocks. (#1190)
Browse files Browse the repository at this point in the history
  • Loading branch information
azaslonov authored Mar 16, 2021
1 parent 5a05b28 commit d73ee21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/themes/website/styles/layouts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ main {
flex-basis: 100%;
max-width: 100%;

* {
& > * {
max-width: 100%;
}
}
Expand All @@ -414,7 +414,7 @@ main {
flex-basis: auto;
max-width: 100%;

* {
& > * {
max-width: 100%;
}
}
Expand Down

0 comments on commit d73ee21

Please sign in to comment.