+If you specify Gantt sizes in percent values (for example, `width: 100%; height: 100%`), it will adjust to the available container size. However, by default, each grid column has a minimum width defined by the [`min_column_width`](api/config/min_column_width.md) and [`min_grid_column_width`](api/config/min_grid_column_width.md) parameters. If the container becomes smaller than the total minimum column width, the grid stops shrinking. This may give the impression that Gantt is not responsive. The following sections describe the ways to address this and make Gantt truly responsive.
0 commit comments