We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5de3a56 commit 5f58d09Copy full SHA for 5f58d09
src/_sass/components/_markdown.scss
@@ -479,7 +479,9 @@ div.highlighter-rouge {
479
.sample-code-container {
480
display: grid;
481
grid-template-columns: 1fr 1fr;
482
- grid-gap: 20px;
+ gap: 10px;
483
+ padding: 5px;
484
+ overflow: scroll;
485
}
486
487
.output {
@@ -494,5 +496,5 @@ div.highlighter-rouge {
494
496
495
497
.form {
498
outline: 1px solid color(gray-600);
- outline-offset: 4px
499
+ outline-offset: 4px;
500
0 commit comments