mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-27 19:41:02 +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;
|
||||
}
|
||||
|
||||
pre code {
|
||||
line-height: 1.6em;
|
||||
}
|
||||
|
||||
/* Add URL after links */
|
||||
.vieworiginal a:after {
|
||||
content: " (" attr(href) ")";
|
||||
|
|
Loading…
Reference in a new issue