From 0d8625a3f7987101021138c77d78bb39bc135dfc Mon Sep 17 00:00:00 2001 From: Andrew Serong <14988353+andrewserong@users.noreply.github.com> Date: Fri, 10 Dec 2021 10:55:05 +1100 Subject: [PATCH] Border Style Control: Update styling for consistency with border width control (#37244) * Border Style Control: Update line-height, bottom-margin, and padding for consistency with width control --- .../src/components/border-style-control/style.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/block-editor/src/components/border-style-control/style.scss b/packages/block-editor/src/components/border-style-control/style.scss index d8232bd40bb55..4f5cd3d4fbf5a 100644 --- a/packages/block-editor/src/components/border-style-control/style.scss +++ b/packages/block-editor/src/components/border-style-control/style.scss @@ -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 {