Skip to content

Commit

Permalink
Merge pull request #74 from nilsology/master
Browse files Browse the repository at this point in the history
solve floating issues e.g. label text is too long
  • Loading branch information
joachimdoerr authored Jul 12, 2016
2 parents b2ee2ff + 05993ff commit 5c1435d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion templates/default_theme/mform_default.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="form-group">
<div class="clearfix form-group">
<div class="col-sm-2 control-label"><mform:label/></div>
<div class="col-sm-10"><mform:element/></div>
</div>
2 changes: 1 addition & 1 deletion templates/default_theme/mform_default_full.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="form-group">
<div class="clearfix form-group">
<div class="col-sm-12 control-label"><mform:label/></div>
<div class="col-sm-12"><mform:element/></div>
</div>
2 changes: 1 addition & 1 deletion templates/default_theme/mform_description.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div class="form-group mform-description">
<div class="clearfix form-group mform-description">
<mform:output/>
</div>
2 changes: 1 addition & 1 deletion templates/default_theme/mform_headline.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div class="form-group mform-headline">
<div class="clearfix form-group mform-headline">
<h3><mform:output/></h3>
</div>

0 comments on commit 5c1435d

Please sign in to comment.