0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Fixed Email footer input in settings not fully clickable bug

This commit is contained in:
Sanne de Vries 2021-03-04 17:01:48 +01:00
parent 95051868cf
commit 4e0f0e88b2

View file

@ -1231,6 +1231,10 @@ p.gh-members-import-errordetail:first-of-type {
border-radius: 4px; border-radius: 4px;
} }
.gh-members-emailsettings-footer-input p {
height: 108px;
}
.gh-members-emailsettings-footer-input p { .gh-members-emailsettings-footer-input p {
color: var(--darkgrey); color: var(--darkgrey);
font-size: 1.4rem !important; font-size: 1.4rem !important;