lyndsiWilliams commented on a change in pull request #16912:
URL: https://github.com/apache/superset/pull/16912#discussion_r722848599
##########
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:
Heya, good catch! Since this is just a single-use style change I used
`css=` for this case, as that's what the [Frontend
Guidelines](https://github.com/apache/superset/wiki/Emotion-Styling-Guidelines-and-Best-Practices)
suggest for cases like this. Changed in [this
commit](https://github.com/apache/superset/pull/16912/commits/4fe63b17bd308388c2bfc4ab6eca071e57633368).
--
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]