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:
parent
95051868cf
commit
4e0f0e88b2
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue