Skip to content

Commit

Permalink
fix(content-body): fix overflow of floating elements
Browse files Browse the repository at this point in the history
  • Loading branch information
anpa committed May 24, 2023
1 parent fb3eb5b commit 3200329
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions styles/_mixins.scss
Expand Up @@ -89,6 +89,8 @@
@mixin content-body {
@include standalone-link;

display: flow-root;

img {
height: auto;
max-width: 100%;
Expand Down

0 comments on commit 3200329

Please sign in to comment.