Commit eb1324db authored by Clement Ho's avatar Clement Ho

Fix bootstrap 4 file inputs

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