fix styles

This commit is contained in:
Cory LaViska
2022-08-03 15:26:54 -04:00
parent cea69beca9
commit a8b2eb2bb0
2 changed files with 1 additions and 2 deletions

View File

@@ -24,7 +24,6 @@ export default css`
}
::slotted(sl-radio:not(:last-of-type)) {
display: block;
margin-bottom: var(--sl-spacing-2x-small);
}

View File

@@ -5,7 +5,7 @@ export default css`
${componentStyles}
:host {
display: inline-block;
display: block;
}
:host(:focus-visible) {