Skip to content

Commit 5f6806c

Browse files
dimodidimodi
authored andcommitted
Update components/grid/columns/width.md
1 parent ff573a3 commit 5f6806c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/grid/columns/width.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The Grid column width settings can vary and result in the following configuratio
3333
@[template](/_contentTemplates/common/parameters-table-styles.md#table-layout)
3434

3535
<style>
36-
.multi-dimensonal-table th {
36+
.multi-dimensional-table th {
3737
padding: 8px;
3838
background: var(--bg-table-th-color);
3939
color: var(--table-th-color);
@@ -43,7 +43,7 @@ The Grid column width settings can vary and result in the following configuratio
4343
}
4444
</style>
4545

46-
<table class="multi-dimensonal-table">
46+
<table class="multi-dimensional-table">
4747
<tr><th>Explicit&nbsp;Column&nbsp;Widths<br> \ <br> Columns&nbsp;with&nbsp;Widths</th><th>Exceed the Grid Width</th><th>Subceed the Grid Width</th></tr>
4848
<tr><th>All</th><td>The Grid renders a horizontal scrollbar. All column widths match their settings.</td><td>All columns expand evenly to take up the available space in the Grid.</td></tr>
4949
<tr><th>Some</th><td>The applied column widths match the component settings. A horizontal scrollbar appears. All columns without widths shrink to zero width and disappear.</td><td>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.</td></tr>

0 commit comments

Comments
 (0)