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