Skip to content

Commit

Permalink
Merge pull request #312 from Kunstmaan/feature/multicheckbox-label-fix
Browse files Browse the repository at this point in the history
fix for nested input label, which was broken on linux
  • Loading branch information
jockri committed Jun 18, 2014
2 parents 82b4df5 + fbcc368 commit 3783e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/public/scss/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2467,7 +2467,7 @@ input[type="file"] {
padding: 0;

label {
min-width: 335px;
min-width: 325px;
float: right;
padding-left: 5px;
}
Expand Down

0 comments on commit 3783e68

Please sign in to comment.