diff --git a/src/components/select/select.styles.ts b/src/components/select/select.styles.ts index 991cc4921d..b9025e8c0e 100644 --- a/src/components/select/select.styles.ts +++ b/src/components/select/select.styles.ts @@ -318,6 +318,7 @@ export default css` } .select__listbox ::slotted(small) { + display: block; font-size: var(--sl-font-size-small); font-weight: var(--sl-font-weight-semibold); color: var(--sl-color-neutral-500);