Skip to content

Commit

Permalink
Separator block: Remove width from wide style (#38635)
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian authored Feb 9, 2022
1 parent e59e2c6 commit 795cca8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/block-library/src/separator/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@
border-bottom: 1px solid currentColor;
// Default, thin style, is stored in theme.scss so it can be opted out of

// Wide style
&.is-style-wide {
border-bottom-width: 1px;
}

// Dots style
&.is-style-dots {
// Override any background themes often set on the hr tag for this style.
Expand Down

0 comments on commit 795cca8

Please sign in to comment.