Skip to content

Commit 676e48d

Browse files
fix tables width
1 parent 16d3d75 commit 676e48d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/StardustDocs/topics/extensionPropertiesApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ which is a [**column group**](DataColumn.md#columngroup) containing two nested
2929
[value columns](DataColumn.md#valuecolumn)
3030
`age` of type `Int`, and `height` of type `Double`.
3131

32-
<table>
32+
<table width="705">
3333
<thead>
3434
<tr>
3535
<th>name</th>

docs/StardustDocs/topics/schemas/schemas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This DataFrame consists of two columns:
2020
- `age` of type `Int`
2121
- `height` of type `Double`
2222

23-
<table>
23+
<table width="705">
2424
<thead>
2525
<tr>
2626
<th>name</th>

0 commit comments

Comments
 (0)