From a422e8d39a4fbc88469fb2ebb05b22bb86837917 Mon Sep 17 00:00:00 2001 From: Sli Date: Mon, 26 Aug 2024 16:57:43 +0200 Subject: [PATCH] Improve rendering of file input --- core/static/user/user_edit.scss | 5 +++++ 1 file changed, 5 insertions(+) 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; + } } }