Skip to content

Commit 84baac9

Browse files
author
Mario Aguiar
authored
Merge pull request #123 from material-components/fix/color-palette
Fix material color palette with WP 5.7
2 parents 765f3e2 + cf14c8a commit 84baac9

File tree

1 file changed

+4
-0
lines changed
  • plugin/assets/src/block-editor/components/material-color-palette

1 file changed

+4
-0
lines changed

plugin/assets/src/block-editor/components/material-color-palette/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121

2222
.components-material-color-palette__picker {
2323

24+
.components-popover__content > div:first-child {
25+
width: 250px;
26+
}
27+
2428
& .components-circular-option-picker__option-wrapper__row {
2529
display: flex;
2630
}

0 commit comments

Comments
 (0)