From a8b2eb2bb0e24aad5431070b2a64e6f8a194f465 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Wed, 3 Aug 2022 15:26:54 -0400 Subject: [PATCH] fix styles --- src/components/radio-group/radio-group.styles.ts | 1 - src/components/radio/radio.styles.ts | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/radio-group/radio-group.styles.ts b/src/components/radio-group/radio-group.styles.ts index 903079751..58faf895d 100644 --- a/src/components/radio-group/radio-group.styles.ts +++ b/src/components/radio-group/radio-group.styles.ts @@ -24,7 +24,6 @@ export default css` } ::slotted(sl-radio:not(:last-of-type)) { - display: block; margin-bottom: var(--sl-spacing-2x-small); } diff --git a/src/components/radio/radio.styles.ts b/src/components/radio/radio.styles.ts index 6125acec6..574a6a75c 100644 --- a/src/components/radio/radio.styles.ts +++ b/src/components/radio/radio.styles.ts @@ -5,7 +5,7 @@ export default css` ${componentStyles} :host { - display: inline-block; + display: block; } :host(:focus-visible) {