You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/grid/columns/width.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ You can set the Grid column `Width` parameter in any CSS unit, such as `px`, `%`
23
23
The Grid column width settings can vary and result in the following configurations and behavior:
24
24
25
25
* 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.
27
27
* 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.
28
28
* Only some Grid columns have set widths:
29
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.
0 commit comments