Print layout: fix cut off when printing a ticket
+ show full articles (disable show more) when printing. fixes #2162
This commit is contained in:
parent
81a6fc3d97
commit
752a65e9ba
1 changed files with 9 additions and 0 deletions
|
@ -11,6 +11,11 @@
|
||||||
border-bottom: 1px solid hsl(0,0%,90%);
|
border-bottom: 1px solid hsl(0,0%,90%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html,
|
||||||
|
body {
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Dashboard
|
Dashboard
|
||||||
|
@ -59,4 +64,8 @@
|
||||||
|
|
||||||
.article-meta .article-meta-key {
|
.article-meta .article-meta-key {
|
||||||
display: none;
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.textBubble-content {
|
||||||
|
height: auto !important;
|
||||||
}
|
}
|
Loading…
Reference in a new issue