mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-09-10 17:31:58 +03: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:
@@ -202,7 +202,7 @@ pre {
|
|||||||
pre {
|
pre {
|
||||||
padding-left: 12px;
|
padding-left: 12px;
|
||||||
}
|
}
|
||||||
pre:after {
|
pre:before {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -33,7 +33,7 @@ table {
|
|||||||
pre {
|
pre {
|
||||||
padding-left: 12px;
|
padding-left: 12px;
|
||||||
}
|
}
|
||||||
pre:after {
|
pre:before {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
pre code {
|
pre code {
|
||||||
|
Reference in New Issue
Block a user