Skip to content

Commit cdba5cf

Browse files
committed
fix compobox country styles
1 parent c1fe086 commit cdba5cf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/uui-combobox/lib/uui-combobox.story.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,9 @@ export const CountrySelect: StoryFn = props => {
358358
style="--uui-combobox-popover-max-height: 300px; width: 250px;"
359359
@search=${handleSearch}
360360
@change=${handleSelect}>
361-
<span slot="input-prepend">${renderSelectedFlag()}</span>
361+
<span slot="input-prepend" style="display: flex; align-items: center;"
362+
>${renderSelectedFlag()}</span
363+
>
362364
<uui-combobox-list>${renderFilteredOptions()}</uui-combobox-list>
363365
</uui-combobox>
364366

0 commit comments

Comments
 (0)