Show email signature with maximum height 8vh, fixes #4021 (#4063)

Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
Co-authored-by: Fayaz Ahmed <15716057+fayazara@users.noreply.github.com>
Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com>
This commit is contained in:
Jonas Höbenreich
2022-03-02 15:28:56 +05:30
committed by GitHub
co-authored by Muhsin Keloth Fayaz Ahmed Nithin David Thomas
parent 7b9e4982cf
commit 3d7ca61481
@@ -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);