Skip to content

Commit 590c247

Browse files
dimodiyordan-mitev
authored andcommitted
Update components/grid/columns/width.md
Co-authored-by: Yordan <[email protected]>
1 parent a371c84 commit 590c247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/grid/columns/width.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can set the Grid column `Width` parameter in any CSS unit, such as `px`, `%`
2323
The Grid column width settings can vary and result in the following configurations and behavior:
2424

2525
* All Grid columns have set widths:
26-
* The sum of the column widths exceeds the Grid component width. The Grid renders a horizontal scrollbar. All column widths match their settings.
26+
* If the sum of the column widths exceeds the Grid component's width, a horizontal scrollbar appears. All columns retain their specified widths.
2727
* If the sum of the column widths is less than the Grid's width, all columns expand evenly to take up the available space in the Grid.
2828
* Only some Grid columns have set widths:
2929
* The columns that have widths take up less than the Grid component width. The applied column widths match the component settings. The remaining width-less columns shrink or expand, depending on the remaining space. A horizontal scrollbar may appears only if the columns that have widths exceed the Grid width. In this case the remaining columns will disappear.

0 commit comments

Comments
 (0)