mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-16 01:34:12 +00: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:
parent
ee1e047964
commit
4489f65371
2 changed files with 2 additions and 2 deletions
resources/sass
|
@ -202,7 +202,7 @@ pre {
|
|||
pre {
|
||||
padding-left: 12px;
|
||||
}
|
||||
pre:after {
|
||||
pre:before {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -33,7 +33,7 @@ table {
|
|||
pre {
|
||||
padding-left: 12px;
|
||||
}
|
||||
pre:after {
|
||||
pre:before {
|
||||
display: none;
|
||||
}
|
||||
pre code {
|
||||
|
|
Loading…
Add table
Reference in a new issue