From 3acb694d6edfa6aac96965ae6cf1d75cd6266161 Mon Sep 17 00:00:00 2001 From: Scott Berg <saberg3@wisc.edu> Date: Wed, 10 Apr 2019 13:11:07 -0500 Subject: [PATCH] Show full notes on print. --- src/assets/sass/print.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/assets/sass/print.scss b/src/assets/sass/print.scss index 4a0dcf0..9f0e455 100644 --- a/src/assets/sass/print.scss +++ b/src/assets/sass/print.scss @@ -16,7 +16,6 @@ height: auto !important; } .mat-drawer.mat-sidenav, - .note-item, .cdk-overlay-container, .add-new-wrapper, .mat-button-wrapper, @@ -54,4 +53,11 @@ width: 100%; height: auto !important; } + + .note-excerpt { + height: auto !important; + overflow: visible !important; + white-space: normal !important; + text-overflow: initial !important; + } } -- GitLab