Fix the height of file inputs

このコミットが含まれているのは:
User 2018-05-29 21:44:45 +02:00
コミット 32d7646db1
1個のファイルの変更1行の追加0行の削除

ファイルの表示

@ -121,6 +121,7 @@
input[type=file] {
padding: 5px;
height: auto;
}
.banner {