Skip to content

Commit 91d6e8b

Browse files
committed
Add CSS fallback for WP6.4 and below
1 parent 2aff6da commit 91d6e8b

File tree

1 file changed

+6
-0
lines changed
  • src/admin/editor-config/components/filter

1 file changed

+6
-0
lines changed

src/admin/editor-config/components/filter/style.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,11 @@
2222
.components-input-control__container {
2323
background: $white;
2424
}
25+
26+
// Fallback for WP6.4 and below
27+
input[type="search"].components-search-control__input {
28+
height: 40px;
29+
background: $white;
30+
}
2531
}
2632
}

0 commit comments

Comments
 (0)