Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3bef184

Browse filesBrowse files
committed
docs: update API table style
1 parent 926a211 commit 3bef184
Copy full SHA for 3bef184

File tree

1 file changed

+9
-0
lines changed
Filter options

1 file changed

+9
-0
lines changed

‎packages/docs/src/styles/_table-api.scss

Copy file name to clipboardExpand all lines: packages/docs/src/styles/_table-api.scss
+9Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010

1111
tr th {
1212
padding: 0.75rem 1rem;
13+
14+
&:nth-child(3) {
15+
width: 50%;
16+
}
1317
}
1418

1519
tr td {
@@ -37,5 +41,10 @@
3741
padding: 0.25rem 1rem;
3842
border: 0;
3943
border-radius: 0;
44+
border: 2px solid var(--cui-body-bg);
45+
46+
code[class*=language-], pre[class*=language-] {
47+
white-space: pre-wrap;
48+
}
4049
}
4150
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.