Skip to content

Commit

Permalink
Try: Remove shadow preset overflow. (WordPress#58663)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen authored Feb 6, 2024
1 parent 1fb5110 commit 8d94c3b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packages/block-editor/src/components/global-styles/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@

// wrapper to clip the shadow beyond 6px
.block-editor-global-styles-effects-panel__shadow-indicator-wrapper {
padding: 6px;
overflow: hidden;
padding: $grid-unit-15 * 0.5;
display: flex;
align-items: center;
justify-content: center;
Expand All @@ -38,8 +37,8 @@
cursor: pointer;
padding: 0;

height: 24px;
width: 24px;
height: $button-size-small;
width: $button-size-small;
}

.block-editor-global-styles-advanced-panel__custom-css-input textarea {
Expand Down

0 comments on commit 8d94c3b

Please sign in to comment.