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 10:58:56 +01:00
committed by GitHub
parent 7b9e4982cf
commit 3d7ca61481

View File

@@ -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);