Skip to content

Commit 68753e9

Browse files
committed
Fix code examples overflowing over small window
1 parent ae7464c commit 68753e9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/assets/css/scss/pages/api.scss

+4
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,12 @@ table.api-list {
8888
}
8989

9090
@include mob {
91+
display: block;
92+
9193
thead {display: none}
9294

95+
tbody {display: block}
96+
9397
tr {
9498
display: block;
9599
padding-bottom: 15px;

0 commit comments

Comments
 (0)