From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Thu, 28 Sep 2023 16:20:07 +0000 (-0700) Subject: Fix: remove note max height (#4287) X-Git-Tag: v2.0.0-beta.1~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a74740877a9e5e3b7e41bcf1d8aefb30124baa2e;p=thirdparty%2Fpaperless-ngx.git Fix: remove note max height (#4287) --- diff --git a/src-ui/src/app/components/document-notes/document-notes.component.scss b/src-ui/src/app/components/document-notes/document-notes.component.scss index 296c51ef01..d2e2553fbb 100644 --- a/src-ui/src/app/components/document-notes/document-notes.component.scss +++ b/src-ui/src/app/components/document-notes/document-notes.component.scss @@ -1,5 +1,4 @@ .card-body { - max-height: 12rem; white-space: pre-wrap; }