Merge branch 'ClemMakesApps-master-patch-71268' into 'master'

Fix bootstrap 4 file inputs

Closes #46701

See merge request gitlab-org/gitlab-ce!19333
This commit is contained in:
Annabel Gray 2018-06-02 00:04:06 +00:00
commit fe0ebf76c4
1 changed files with 6 additions and 0 deletions

View File

@ -36,6 +36,12 @@ html [type="button"],
cursor: pointer;
}
input[type="file"] {
// Bootstrap 4 file input height is taller by default
// which makes them look ugly
line-height: 1;
}
b,
strong {
font-weight: bold;