Skip to content

Commit

Permalink
table formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
indirectlylit committed Apr 20, 2021
1 parent 2dff86c commit 91c16b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/common/DocsPageTemplate/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
:key="i"
:title="section.title"
:anchor="section.anchor"
fullwidth
>
<component :is="section.component" :api="api[section.key]" />
</DocsPageSection>
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/glossary/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<table style="max-width: 1000px">
<thead>
<tr>
<th style="min-width: 150px">
<th style="min-width: 200px">
Term
</th>
<th>Part of speech</th>
Expand Down

0 comments on commit 91c16b7

Please sign in to comment.