mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
fix styles
This commit is contained in:
@@ -24,7 +24,6 @@ export default css`
|
||||
}
|
||||
|
||||
::slotted(sl-radio:not(:last-of-type)) {
|
||||
display: block;
|
||||
margin-bottom: var(--sl-spacing-2x-small);
|
||||
}
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ export default css`
|
||||
${componentStyles}
|
||||
|
||||
:host {
|
||||
display: inline-block;
|
||||
display: block;
|
||||
}
|
||||
|
||||
:host(:focus-visible) {
|
||||
|
||||
Reference in New Issue
Block a user