Skip to content

Commit

Permalink
D8CORE-4225: clearing the floats if used in the wysiwyg for the mediu…
Browse files Browse the repository at this point in the history
…m and down breakpoint (#125)
  • Loading branch information
jenbreese authored Jul 7, 2021
1 parent cf1935f commit c98060a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@
.react-paragraphs-row {

// Single item per row on screens less than and equal to md.
// Added the clear for when media items are floated (right or left) within the wysiwyg.
&.flex-container {
clear: both;

@include grid-media-max('md') {
display: block;

Expand Down

0 comments on commit c98060a

Please sign in to comment.