appsmithorg / appsmith

Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.
https://www.appsmith.com
Apache License 2.0
33.84k stars 3.65k forks source link

[Feature] Option to keep the container width fixed even when the canvas is responsive #3382

Open rishabhsaxena opened 3 years ago

rishabhsaxena commented 3 years ago

Summary

Option to keep the container width fixed even when the canvas is responsive

Screen Shot 2021-03-04 at 2 45 17 AM
areyabhishek commented 3 years ago

@rishabhsaxena @marks0351 @riodeuno Could this be solved by making both of these a container property?

riodeuno commented 3 years ago

Making these a container property wouldn't suffice without underlying grid related feature updates.

However, as the viewport width changes, the containers will have to reduce or increase their number of columns accordingly. This particular feature can be implemented without having to re-architect the underlying grid system.