rusackas commented on pull request #11766: URL: https://github.com/apache/incubator-superset/pull/11766#issuecomment-732510131
@kgabryje What you've got works, and keeps the design as is. That said, I kind of like the added line height, even if it was a side effect! If we want to keep that, a simpler solution to the "bug" seems to be removing `rowHeight` from the props passed into `<List ...>` on line 239 of `SliceAdder.jsx`. That would mean we can delete the `DEFAULT_CELL_HEIGHT` which is the root source of the cropping problem we see in the attached issue. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
