You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openmetadata-ui-core-components/src/main/resources/ui/src/components/application/filter-select/filter-select.tsx
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,9 @@ const TriggerButton = ({
69
69
<Button
70
70
className={cx(
71
71
'tw:whitespace-nowrap',
72
+
// The borderless trigger hugs its label like the legacy quick
73
+
// filters, so a full toolbar of them fits on one row.
0 commit comments