Fixed email footer textarea overflowing in newsletter modal

No issue
This commit is contained in:
Sanne de Vries 2022-04-28 13:40:22 +01:00
parent f8769020fa
commit 148c706629
1 changed files with 2 additions and 0 deletions

View File

@ -1713,6 +1713,7 @@ p.gh-members-import-errordetail:first-of-type {
border: 1px solid var(--whitegrey-d1);
background: var(--white);
border-radius: 4px;
word-break: break-word;
}
.gh-members-emailsettings-footer-input p {
@ -1971,6 +1972,7 @@ p.gh-members-import-errordetail:first-of-type {
line-height: 1.5em;
color: #738a94;
padding: 10px 30px;
word-break: break-word;
}
.gh-members-emailpreview-footercontent p {