Skip to content

Commit 0fbed0b

Browse files
NicolappsConvex, Inc.
authored andcommitted
Fix alignment in custom filters on the data page (#40869)
GitOrigin-RevId: dec4795e4b459edd932f9f41b243eab358601565
1 parent 9336aa1 commit 0fbed0b

File tree

1 file changed

+1
-1
lines changed
  • npm-packages/dashboard-common/src/features/data/components/FilterEditor

1 file changed

+1
-1
lines changed

npm-packages/dashboard-common/src/features/data/components/FilterEditor/FilterEditor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export function FilterEditor({
114114
<div className="flex min-w-0 grow">
115115
<Tooltip
116116
tip={state.enabled ? "Disable Filter" : "Enable Filter"}
117-
className="w-fit"
117+
className="flex w-fit items-center"
118118
>
119119
<Checkbox
120120
checked={state.enabled !== false}

0 commit comments

Comments
 (0)