We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beaedd2 commit 5078590Copy full SHA for 5078590
styles/styles.css
@@ -393,6 +393,7 @@ select {
393
scroll-margin-top: 12px;
394
margin-bottom: 0;
395
display: flex;
396
+ flex-wrap: wrap;
397
gap: 6px;
398
align-items: center;
399
@@ -402,6 +403,11 @@ select {
402
403
404
& img {
405
display: block;
406
+ margin-top: 0;
407
+ }
408
+
409
+ & code {
410
+ display: inline;
411
}
412
413
&[align='center'] img {
@@ -435,6 +441,10 @@ select {
435
441
& a {
436
442
font-size: inherit;
437
443
444
445
+ + div[data-table-wrapper] {
446
+ margin-top: 12px;
447
438
448
439
449
440
450
a {
@@ -586,6 +596,10 @@ select {
586
596
587
597
588
598
599
+ a {
600
601
602
589
603
div:last-child {
590
604
margin-bottom: 8px;
591
605
0 commit comments