From 752a65e9ba76fb0b9125af1e4ac409e8d7775151 Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Sun, 2 Sep 2018 10:20:57 +0200 Subject: [PATCH] Print layout: fix cut off when printing a ticket + show full articles (disable show more) when printing. fixes #2162 --- app/assets/stylesheets/print.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/app/assets/stylesheets/print.scss b/app/assets/stylesheets/print.scss index 9bb773c0a..7ba5cd0fa 100644 --- a/app/assets/stylesheets/print.scss +++ b/app/assets/stylesheets/print.scss @@ -11,6 +11,11 @@ border-bottom: 1px solid hsl(0,0%,90%); } +html, +body { + height: auto; +} + /* Dashboard @@ -59,4 +64,8 @@ .article-meta .article-meta-key { display: none; +} + +.textBubble-content { + height: auto !important; } \ No newline at end of file