diff options
author | Go MAEDA <maeda@farend.jp> | 2020-09-14 08:51:58 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2020-09-14 08:51:58 +0000 |
commit | 08dd2827d6b63ad61210ff4480155df90aa66aff (patch) | |
tree | 0c02779b17492e906226e5fef91c6b70ad949a33 /public | |
parent | 96ac5e5281f99856934e378156fdb09a12269294 (diff) | |
download | redmine-08dd2827d6b63ad61210ff4480155df90aa66aff.tar.gz redmine-08dd2827d6b63ad61210ff4480155df90aa66aff.zip |
File selection buttons are not fully displayed with Google Chrome in some language (#33563).
Patch by Go MAEDA.
git-svn-id: http://svn.redmine.org/redmine/trunk@20031 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index c837bfe78..a32030039 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -479,7 +479,7 @@ select { background-position: calc(100% - 7px) 50%; padding-right: 20px; } -input[type="file"] {border: 0; padding-left: 0; padding-right: 0; background-color: initial; } +input[type="file"] {border: 0; padding-left: 0; padding-right: 0; height: initial; background-color: initial; } input[type="submit"], button[type="submit"] { -webkit-appearance: button; cursor: pointer; |