Skip to content

Commit 5078590

Browse files
authored
small tweaks for README content rendering (#2245)
1 parent beaedd2 commit 5078590

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

styles/styles.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,7 @@ select {
393393
scroll-margin-top: 12px;
394394
margin-bottom: 0;
395395
display: flex;
396+
flex-wrap: wrap;
396397
gap: 6px;
397398
align-items: center;
398399

@@ -402,6 +403,11 @@ select {
402403

403404
& img {
404405
display: block;
406+
margin-top: 0;
407+
}
408+
409+
& code {
410+
display: inline;
405411
}
406412

407413
&[align='center'] img {
@@ -435,6 +441,10 @@ select {
435441
& a {
436442
font-size: inherit;
437443
}
444+
445+
+ div[data-table-wrapper] {
446+
margin-top: 12px;
447+
}
438448
}
439449

440450
a {
@@ -586,6 +596,10 @@ select {
586596
}
587597
}
588598

599+
a {
600+
display: inline;
601+
}
602+
589603
div:last-child {
590604
margin-bottom: 8px;
591605
}

0 commit comments

Comments
 (0)