Skip to content

Commit

Permalink
FIX: Remove left margin on stacked form field descriptions (fixes #1958)
Browse files Browse the repository at this point in the history
  • Loading branch information
kinglozzer committed May 21, 2013
1 parent 14771ff commit 55a4fb4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions admin/css/screen.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions admin/scss/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@ form.stacked .field, .field.stacked {
margin-left: 0px;
clear: left;
}

.description {
margin-left: 0px;
}
}

form.small .field, .field.small {
Expand Down

0 comments on commit 55a4fb4

Please sign in to comment.