Skip to content

Commit

Permalink
Flexbox regions
Browse files Browse the repository at this point in the history
  • Loading branch information
jaalah authored and abailly-akamai committed Sep 1, 2023
1 parent 4dbe4ef commit b89430d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export const Regions: Story = {
renderOption: (props, option, { selected }) => {
return (
<StyledListItem {...props}>
<Box alignItems={'center'} flexGrow={1}>
<Box display={'flex'} alignItems={'center'} flexGrow={1}>
<StyledFlag>{option.data.flag}</StyledFlag>
{option.label}
</Box>
Expand Down

0 comments on commit b89430d

Please sign in to comment.