1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2024-11-24 03:42:32 +01:00

Fixed code block line-number bar showing in exports

Also fixed in print view.
Likely crept in during CM6 changes.

For #4215
This commit is contained in:
Dan Brown 2023-05-08 14:45:45 +01:00
parent ee1e047964
commit 4489f65371
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9
2 changed files with 2 additions and 2 deletions

View File

@ -202,7 +202,7 @@ pre {
pre {
padding-left: 12px;
}
pre:after {
pre:before {
display: none;
}
}

View File

@ -33,7 +33,7 @@ table {
pre {
padding-left: 12px;
}
pre:after {
pre:before {
display: none;
}
pre code {