diff options
Diffstat (limited to 'scss/custom.scss')
-rw-r--r-- | scss/custom.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index c8a9ff7a1..a79458fe3 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -75,6 +75,10 @@ dd > pre{ display: inline; } +input[type="file"].form-control{ + height: 3em; +} + .form-check-label{ margin: 0.1em 0.5em; } |