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 a877c95 commit 4703291Copy full SHA for 4703291
1 file changed
src/styles/app.css
@@ -341,8 +341,7 @@ button {
341
/* https://github.com/shikijs/twoslash/tree/main/packages/remark-shiki-twoslash#plugin-setup */
342
pre {
343
/* All code samples get a grey border, twoslash ones get a different color */
344
- @apply text-black p-2;
345
- @apply overflow-x-auto relative leading-tight;
+ @apply text-black overflow-x-auto relative leading-tight;
346
}
347
pre.shiki {
348
overflow-x: auto;
@@ -370,7 +369,7 @@ pre.shiki div.highlight {
370
369
background-color: #f1f8ff;
371
372
pre.shiki div.line {
373
- min-height: 1rem;
+ min-height: auto;
374
375
376
/** Don't show the language identifiers */
0 commit comments