memes-forever opened a new issue, #20718: URL: https://github.com/apache/superset/issues/20718
## Screenshot  ## Description I propose to continue the discussion on this issue. This feature is very much required by many users. ## Past Topics - https://github.com/apache/superset/issues/13725 - https://github.com/apache/superset/discussions/13816 - https://github.com/apache/superset/issues/6472 ## Design I propose to place the blocks one after the other, in one column and stretch to the width of the screen.  ## Style example: ``` @media only screen and (max-width: 790px) { .grid-row.background--transparent { flex-wrap: wrap; } .dragdroppable-column{ min-width: 95%; max-width: 95%; margin-bottom: 16px; } .resizable-container{ width: 100%; max-width: 100%; } } ``` -- 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]
