Skip to content

Commit

Permalink
Border Style Control: Update styling for consistency with border widt…
Browse files Browse the repository at this point in the history
…h control (#37244)

* Border Style Control: Update line-height, bottom-margin, and padding for consistency with width control
  • Loading branch information
andrewserong authored and noisysocks committed Dec 13, 2021
1 parent 3016372 commit 0d8625a
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
.components-border-style-control {
legend {
line-height: 1.2;
padding-bottom: $grid-unit-05;
line-height: 1.4;
margin-bottom: $grid-unit-10;
padding: 0;
}

.components-border-style-control__buttons {
Expand Down

0 comments on commit 0d8625a

Please sign in to comment.