Skip to content

Commit

Permalink
Clean up link control CSS. (#58934)
Browse files Browse the repository at this point in the history
  • Loading branch information
afercia authored and youknowriad committed Feb 13, 2024
1 parent c51c947 commit 01fcf3b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/block-editor/src/components/link-control/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -340,13 +340,6 @@ $block-editor-link-control-number-of-actions: 1;
}
}

.block-editor-link-control__drawer {
display: flex; // allow for ordering.
order: 30;
flex-direction: column;
flex-basis: 100%; // occupy full width.
}

// Inner div required to avoid padding/margin
// causing janky animation.
.block-editor-link-control__drawer-inner {
Expand Down

0 comments on commit 01fcf3b

Please sign in to comment.