ggam opened a new issue, #25675: URL: https://github.com/apache/superset/issues/25675
## Screenshot The modal for editing dataset has a lot of unused space:  There I have 6 metrics, but only 4 are visible on screen. The SQL Expression box is pretty small and only the first characters of the query are visible. Then, you also need to scroll to e.g. change the D3 format to show the metric as a percentage:  ## Description As I'm starting to use Superset I have to define a lot of datasets with their associated metrics. This would be way more confortable if the modal was sized to use the whole screen. It seems like the height is fixed to 350px, at least on my screen:  Removing that value would resolve the vertical space thing. For the SQL expression width I think some more elements need to be touched. I could try to provide a PR if someone guides where to look in the code, as I suppose those values are dinamically generated via JS. -- 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]
