mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
Correct spacing on invite user modal to fit new form style
This commit is contained in:
parent
c256bd29ca
commit
bc3d06af2e
2 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
|||
.invite-new-user {
|
||||
.modal-body {
|
||||
@include clearfix;
|
||||
fieldset {
|
||||
margin: 1em 0 0 0;
|
||||
}
|
||||
}
|
||||
.form-group {
|
||||
|
||||
|
|
2
core/client/docs/dist/css/ghost-ui.min.css
vendored
2
core/client/docs/dist/css/ghost-ui.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue