Skip to content

Commit 86e950e

Browse files
committed
chore(select): fix conflict
2 parents a0d26fa + 73dec7a commit 86e950e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/components/select/bl-select.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,12 @@
174174
color: var(--text-color);
175175
}
176176

177+
:host(:not([multiple])) .selected-options li {
178+
display: inline-flex;
179+
align-items: center;
180+
gap: var(--bl-size-2xs);
181+
}
182+
177183
.selected-options li:not(:last-child)::after {
178184
content: ", ";
179185
}

0 commit comments

Comments
 (0)