Skip to content

Commit

Permalink
Changed style to css
Browse files Browse the repository at this point in the history
  • Loading branch information
lyndsiWilliams committed Oct 6, 2021
1 parent 04d0199 commit 4fe63b1
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 style={{ width: 'inherit' }}>{content}</div>
<div css={{ width: 'inherit' }}>{content}</div>
</div>
);

Expand Down

0 comments on commit 4fe63b1

Please sign in to comment.