diff --git a/core/static/user/user_edit.scss b/core/static/user/user_edit.scss index 7bf0a8d5..94b6ad6c 100644 --- a/core/static/user/user_edit.scss +++ b/core/static/user/user_edit.scss @@ -110,6 +110,7 @@ > input { font-weight: normal; cursor: pointer; + text-align: left !important; } > button { @@ -123,7 +124,11 @@ overflow: hidden; > input { + width: 70%; font-size: .6em; + &::file-selector-button { + height: 30px; + } } }