Skip to content

Commit fab4778

Browse files
authored
docs: Tables in docs now easier to read, as aligned (#1425)
The Quick Reference table, especially, was quite hard to glance over quickly due to the inconsistent vertical alignment.
1 parent 9069d46 commit fab4778

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/_sass/custom/custom.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ blockquote {
66
padding-left: 15px;
77
border-left: 3px solid #ccc;
88
}
9+
10+
td {
11+
vertical-align: top;
12+
}

0 commit comments

Comments
 (0)