Skip to content

Commit

Permalink
improve table formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaaaa committed Sep 16, 2024
1 parent de5be70 commit 762884c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/pages/dms/client.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ Set the `env` client option to `dev` while developing. Set it to `production` be
<td>keystoreProviders</td>
<td>
`[StaticKeystoreProvider, NetworkKeystoreProvider,
KeyGeneratorKeystoreProvider]`
KeyGeneratorKeystore Provider]`
</td>
<td>
Override the default behavior of how the Client creates a Keystore with
Expand Down
11 changes: 10 additions & 1 deletion docs/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -172,4 +172,13 @@ small + ul.TabbedList {
background-color: rgba(255, 255, 255, 0.01); /* Slightly lighter on hover */
box-shadow: 0 4px 12px rgba(255, 255, 255, 0.02);
border-color: var(--vocs-color-primary);
}
}

/* Table styles */

table th,
table td {
border: 1px solid #7d7d7d;
vertical-align: top;
padding: 4px; /* Add padding for more margin */
}

0 comments on commit 762884c

Please sign in to comment.