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