Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
add clearfix to synced patten container.
  • Loading branch information
torounit committed Aug 11, 2024
commit cb4467d263afebca4951af711b049b6ac56c33db
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,13 @@ _::-webkit-full-page-media, _:future, :root .has-multi-selection .block-editor-b
box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
}

// Clear floats internal synced pattern.
&.is-reusable::after {
content: "";
clear: both;
display: table;
}

// Clear floats.
&[data-clear="true"] {
float: none;
Expand Down