* fixing line wrap in firefox of select files button

This commit is contained in:
Seth Call 2014-06-24 17:48:31 -05:00
parent 393d7f7d8b
commit 178bd52cd4
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@
.btn-select-files {
margin-top: 10px;
margin-left:0;
width:105px;
width:110px;
@include border_box_sizing;
}