Skip to content

Commit

Permalink
fix for nested input label, which was broken on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
FVKVN committed Jun 18, 2014
1 parent f6efb00 commit fbcc368
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 fbcc368

Please sign in to comment.