geido commented on a change in pull request #16912:
URL: https://github.com/apache/superset/pull/16912#discussion_r720231798
##########
File path: superset-frontend/src/components/FilterableTable/FilterableTable.tsx
##########
@@ -435,7 +435,7 @@ export default class FilterableTable extends PureComponent<
}}
className={`grid-cell ${this.rowClassName({ index: rowIndex })}`}
>
- <div>{content}</div>
+ <div style={{ width: 'inherit' }}>{content}</div>
Review comment:
It would be better to move this to a styled component. You have it
available in this file already. In general, we are trying to avoid inline
styles even when they are minimal like this case.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]