Skip to content

Commit

Permalink
Clean up link control CSS.
Browse files Browse the repository at this point in the history
  • Loading branch information
afercia committed Feb 12, 2024
1 parent 1283299 commit 6385ddb
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 6385ddb

Please sign in to comment.