Skip to content

Commit 1c28a35

Browse files
committed
Merge pull request Automattic#801 from corvannoorloos/patch-3
Add clearing rule to centre-aligned elements in order to match CSS file.
2 parents 0b81f58 + 4d58874 commit 1c28a35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sass/modules/_alignments.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
}
1212

1313
.aligncenter {
14+
clear: both;
1415
@include center-block;
15-
}
16+
}

0 commit comments

Comments
 (0)