diff --git a/app/Views/layout/header.php b/app/Views/layout/header.php index 65cb4d9d..5fe38d18 100755 --- a/app/Views/layout/header.php +++ b/app/Views/layout/header.php @@ -62,7 +62,7 @@ - + @@ -71,15 +71,15 @@ @@ -1254,16 +1254,16 @@ } /* Cancel Bootstrap's .form-control for file inputs */ - input[type="file"].form-control { - height: auto !important; + /* input[type="file"].form-control { */ + /* height: auto !important;*/ /* remove forced height */ - padding: initial !important; + /* padding: initial !important;*/ /* reset padding */ - font-size: inherit !important; + /* font-size: inherit !important;*/ /* reset font size */ - line-height: normal !important; + /* line-height: normal !important;*/ /* reset line height */ - } + /* } */ /* Apply to Select2 (single select) */