ClickHouse / click-ui

The home of the ClickHouse design system and component library.

Home Page:https://click-ui.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SelectGroup/SelectItem width issue using Firefox

slvrtrn opened this issue · comments

image

Due to the width: inherit for the container, the highlight width is insufficient, and the checkmark icon for the selected icon is not in the correct position.

Setting width: 100% instead of width: inherit yields:

image

Which is correct.

NB: maybe the padding for the top group item can be reduced, too.