Skip to content

Commit 7d26985

Browse files
committed
Add fallback CSS for WP 6.5
1 parent b83f649 commit 7d26985

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/admin/components/welcome-guide/style.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,9 @@
44
img {
55
margin-bottom: $grid-unit-20;
66
}
7+
8+
// Fallback for WP 6.5
9+
.components-guide__footer {
10+
box-sizing: border-box;
11+
}
712
}

0 commit comments

Comments
 (0)