Skip to content

Commit b878baf

Browse files
committed
Merge branch 'feat-filter-select-core' into feat-explore-quick-filters-swap
2 parents 96c2e32 + 1337ce0 commit b878baf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • openmetadata-ui-core-components/src/main/resources/ui/src/components/application/filter-select

openmetadata-ui-core-components/src/main/resources/ui/src/components/application/filter-select/filter-select.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ const OptionRow = ({
149149
showCheckbox={showCheckbox}
150150
textValue={optionText(option)}>
151151
{(state) => (
152-
<span className="tw:flex tw:w-full tw:min-w-0 tw:items-center tw:justify-between tw:gap-2">
152+
<span className="tw:flex tw:w-full tw:min-w-0 tw:items-center tw:justify-between tw:gap-2 tw:text-xs">
153153
{iconNode !== undefined && (
154154
<span aria-hidden="true" className="tw:flex tw:shrink-0">
155155
{iconNode}
@@ -364,7 +364,7 @@ export const FilterSelect = ({
364364
variant={triggerVariant}
365365
/>
366366
<Dropdown.Popover
367-
className={cx('tw:w-64', popoverClassName)}
367+
className={cx('tw:w-80', popoverClassName)}
368368
placement="bottom left">
369369
{searchable && (
370370
<div className="tw:p-2" ref={searchWrapperRef}>

0 commit comments

Comments
 (0)