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%);
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Dashboard
|
||||
|
@ -60,3 +65,7 @@
|
|||
.article-meta .article-meta-key {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.textBubble-content {
|
||||
height: auto !important;
|
||||
}
|
Loading…
Reference in a new issue