fix: code block space

Fixing the spaces on the right side of the code block by adding padding and fix the with overflow.
This commit is contained in:
Isaac
2021-08-30 20:44:01 +01:00
committed by GitHub
parent cd754b5de3
commit aaa9e7da70

View File

@ -15,7 +15,8 @@
}
.code-line {
@apply pl-4 -mx-4 border-l-4 border-gray-800;
@apply pl-4 -mx-4 border-l-4 border-gray-800 w-max pr-4;
}
.highlight-line {