Skip to content

Commit

Permalink
fix: FilterableTable result div width (apache#16912)
Browse files Browse the repository at this point in the history
* FilterableTable result div width is now inherit

* Changed style to css
  • Loading branch information
lyndsiWilliams authored Oct 6, 2021
1 parent 512f240 commit 57a9364
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ export default class FilterableTable extends PureComponent<
}}
className={`grid-cell ${this.rowClassName({ index: rowIndex })}`}
>
<div>{content}</div>
<div css={{ width: 'inherit' }}>{content}</div>
</div>
);

Expand Down

0 comments on commit 57a9364

Please sign in to comment.