Skip to content

Commit e702e38

Browse files
committed
chore(platform): update style
1 parent bf0abee commit e702e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/platform/src/app/components/table-filter/TableFilter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export function AppTableFilter(props: AppTableFilterProps): JSX.Element | null {
6666
{t('components.table-filter.Reset')}
6767
</DButton>
6868
{aFilterList && (
69-
<div className="d-flex align-items-center" style={{ width: 120 }}>
69+
<div className="d-flex align-items-center">
7070
<DButton
7171
className="me-2"
7272
dType="link"

0 commit comments

Comments
 (0)