mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-12 16:58:37 +00:00
[fix] code display when printing a page was buggy
This commit is contained in:
parent
cb4fba5a33
commit
4d058d4824
1 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,10 @@ article {
|
||||||
border: none !important;
|
border: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre code {
|
||||||
|
line-height: 1.6em;
|
||||||
|
}
|
||||||
|
|
||||||
/* Add URL after links */
|
/* Add URL after links */
|
||||||
.vieworiginal a:after {
|
.vieworiginal a:after {
|
||||||
content: " (" attr(href) ")";
|
content: " (" attr(href) ")";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue