From 3d7ca6148154a22fb6a552a690eb8d5175492676 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20H=C3=B6benreich?= <64426524+jonas-hoebenreich@users.noreply.github.com> Date: Wed, 2 Mar 2022 10:58:56 +0100 Subject: [PATCH] Show email signature with maximum height 8vh, fixes #4021 (#4063) Co-authored-by: Muhsin Keloth Co-authored-by: Fayaz Ahmed <15716057+fayazara@users.noreply.github.com> Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com> --- .../dashboard/components/widgets/conversation/ReplyBox.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue b/app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue index d521a1cde..37fbb4367 100644 --- a/app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue +++ b/app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue @@ -700,6 +700,8 @@ export default { justify-content: space-between; border: 1px dashed var(--s-100); border-radius: var(--border-radius-small); + max-height: 8vh; + overflow: auto; &:hover { background: var(--s-25);