Skip to content

Commit 71d3a35

Browse files
authored
Merge pull request #250 from tidev/fixPropertyTables
fix: property tables
2 parents 7fb39be + 411e2ce commit 71d3a35

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/.vuepress/styles/index.styl

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,3 +199,15 @@ ol li {
199199
margin-top: 70px;
200200
line-height: 1.8rem;
201201
}
202+
203+
.parameter-table {
204+
table-layout: fixed;
205+
}
206+
207+
.parameter-table thead th:first-child {
208+
width: 20%;
209+
}
210+
211+
.main-docs-wrapper .content:not(.custom) {
212+
max-width: 1024px;
213+
}

0 commit comments

Comments
 (0)