Skip to content

Commit

Permalink
Remove P margin from form-control-static
Browse files Browse the repository at this point in the history
  • Loading branch information
darklow committed Nov 27, 2016
1 parent c4a9a3f commit 1e78b7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions suit/sass/components/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,9 @@ fieldset {
padding-top: 0;
}
}
p.form-control-static {
margin: 0;
}
// More spacing for first and last rows
&:first-child {
.form-control-label {
Expand Down
2 changes: 2 additions & 0 deletions suit/static/suit/css/suit.css

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

0 comments on commit 1e78b7d

Please sign in to comment.