Skip to content

Commit

Permalink
Merge pull request #2575 from actuallyakash/pr/2573
Browse files Browse the repository at this point in the history
Fix issue with .clear floats with flex parent containers.
  • Loading branch information
kimcoleman authored Dec 1, 2023
2 parents 6fbc2b0 + ddc18af commit a82bd32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changelogs/pr_2573.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
significance: patch
type: fixed
links:
- "#2573"
entry: Removed .clear styles since WordPress already sets them by default.
5 changes: 0 additions & 5 deletions assets/scss/admin/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,6 @@
width: 100%;
}

.clear {
clear: both;
width: 100%;
}

hr {
background-color: #CCC;
border: none;
Expand Down

0 comments on commit a82bd32

Please sign in to comment.