mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Fixed form embed settings overflowing in x direction
Closes https://github.com/TryGhost/Team/issues/3384
This commit is contained in:
parent
2e2a96c741
commit
d9a20b0e00
1 changed files with 3 additions and 1 deletions
|
@ -3136,8 +3136,10 @@ p.theme-validation-details {
|
|||
}
|
||||
|
||||
.modal-signup-form-embed-main .modal-body {
|
||||
overflow-y: auto;
|
||||
height: 320px;
|
||||
margin: -4px;
|
||||
padding: 4px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.modal-signup-form-embed-main .form-group {
|
||||
|
|
Loading…
Add table
Reference in a new issue