Print layout: fix cut off when printing a ticket

+ show full articles (disable show more) when printing.

fixes #2162
This commit is contained in:
Felix Niklas 2018-09-02 10:20:57 +02:00
parent 81a6fc3d97
commit 752a65e9ba

View file

@ -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;
} }