Skip to content

Commit c415f67

Browse files
committed
dev
1 parent 2c22497 commit c415f67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/configuration/responsive.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ chart.canvas.parentNode.style.width = '128px';
4141

4242
Note that in order for the above code to correctly resize the chart height, the [`maintainAspectRatio`](#configuration-options) option must also be set to `false`.
4343

44-
## Flexbox Layout
44+
## Flexbox / Grid Layout
4545

46-
To prevent overflow issues when using flexbox layout, you must set the flex child element to have a `min-width` of `0`.
46+
To prevent overflow issues when using flexbox / grid layout, you must set the flex / grid child element to have a `min-width` of `0`.
4747
See [issue 4156](https://github.com/chartjs/Chart.js/issues/4156#issuecomment-295180128) for more details.
4848

4949
```html

0 commit comments

Comments
 (0)