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 and Emmanuel Bavoux committed Nov 14, 2021
1 parent 8fc0018 commit eddc1d5
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 eddc1d5

Please # to comment.