0
Fork 0
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:
Paul Adam Davis 2014-07-07 17:14:31 +01:00
parent c256bd29ca
commit bc3d06af2e
2 changed files with 4 additions and 1 deletions

View file

@ -1,6 +1,9 @@
.invite-new-user {
.modal-body {
@include clearfix;
fieldset {
margin: 1em 0 0 0;
}
}
.form-group {

File diff suppressed because one or more lines are too long