mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Fixed email footer textarea overflowing in newsletter modal
No issue
This commit is contained in:
parent
d25b94fb77
commit
699e977a34
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user