kgabryje commented on pull request #11766: URL: https://github.com/apache/incubator-superset/pull/11766#issuecomment-733034617
> @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. What do you think? There is a side-side effect - disabled charts have a different border colour and it looks rather strange when they are next to enabled charts. Here's a screenshot when border-bottom was set to none.  ---------------------------------------------------------------- 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]
