We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf0abee commit e702e38Copy full SHA for e702e38
packages/platform/src/app/components/table-filter/TableFilter.tsx
@@ -66,7 +66,7 @@ export function AppTableFilter(props: AppTableFilterProps): JSX.Element | null {
66
{t('components.table-filter.Reset')}
67
</DButton>
68
{aFilterList && (
69
- <div className="d-flex align-items-center" style={{ width: 120 }}>
+ <div className="d-flex align-items-center">
70
<DButton
71
className="me-2"
72
dType="link"
0 commit comments