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:
parent
ee1e047964
commit
4489f65371
@ -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…
Reference in New Issue
Block a user