mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Correct spacing on invite user modal to fit new form style
This commit is contained in:
parent
b7322729f4
commit
9cb8cf3761
2 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
||||||
.invite-new-user {
|
.invite-new-user {
|
||||||
.modal-body {
|
.modal-body {
|
||||||
@include clearfix;
|
@include clearfix;
|
||||||
|
fieldset {
|
||||||
|
margin: 1em 0 0 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.form-group {
|
.form-group {
|
||||||
|
|
||||||
|
|
2
ghost/admin/docs/dist/css/ghost-ui.min.css
vendored
2
ghost/admin/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