Skip to content

Commit 47b6886

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

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

components/grid/columns/width.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,11 @@ The Grid column width settings can vary and result in the following configuratio
2626
* 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:
29-
* 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.
29+
* If the total width of these columns is less than the Grid component's width:
30+
31+
* The applied column widths match the component settings.
32+
* The remaining columns without set widths shrink or expand, depending on the remaining space.
33+
* A horizontal scrollbar may appear if the columns that have widths exceed the Grid width. In this case, the remaining columns will disappear.
3034
* The columns that have widths take up more than the Grid component width. The applied column widths match the component settings. A horizontal scrollbar appears. All columns without widths shrink to zero width and disappear.
3135
* No column has a set width&mdash;In this scenario, all columns are equally wide. They shrink and expand depending on the Grid's width.
3236

0 commit comments

Comments
 (0)