Merge pull request #216 from larbisahli/master

fix: code block space #209
This commit is contained in:
Timothy 2021-09-04 22:17:09 +08:00 committed by GitHub
commit e1dbc9c29b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {