Commit fe0ebf76 authored by Annabel Gray's avatar Annabel Gray

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

Fix bootstrap 4 file inputs

Closes #46701

See merge request gitlab-org/gitlab-ce!19333
parents f8bd8f4f eb1324db
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment