feat: added filter 'created_by' (#524)
* feat: clear filter button * feat: added filter 'created_by' * style: text align left for all the issues in filters dropdown
This commit is contained in:
parent
02f423bcb6
commit
f3583f6415
7 changed files with 251 additions and 125 deletions
|
|
@ -130,7 +130,7 @@ export const MultiLevelDropdown: React.FC<MultiLevelDropdownProps> = ({
|
|||
className={({ active }) =>
|
||||
`${
|
||||
active || child.selected ? "bg-gray-100" : "text-gray-900"
|
||||
} flex w-full items-center break-all rounded px-1 py-1.5 capitalize`
|
||||
} flex w-full items-center break-all rounded px-1 py-1.5 text-left capitalize`
|
||||
}
|
||||
>
|
||||
{child.label}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue