Skip to content

Commit

Permalink
clear float for hint/error paragraphs
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Jul 14, 2017
1 parent c66ad39 commit 0adce9b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/css/project_name/main.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.error {
color: red;
clear: both;
}

.footer {
Expand Down Expand Up @@ -30,3 +29,6 @@
.ui-content .ui-grid-a .ui-block-b {
padding-left: 0.5em;
}
.ui-field-contain p {
clear: both;
}

0 comments on commit 0adce9b

Please sign in to comment.