From 0751785d3dc0549d08ccbd4f78c3b21cfc41fbfb Mon Sep 17 00:00:00 2001 From: Julien Constant Date: Tue, 14 Mar 2023 11:53:11 +0100 Subject: [PATCH] Fix error messages on user edition page --- core/static/user/user_edit.scss | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/core/static/user/user_edit.scss b/core/static/user/user_edit.scss index 1b499b36..fdba806e 100644 --- a/core/static/user/user_edit.scss +++ b/core/static/user/user_edit.scss @@ -5,6 +5,22 @@ } } +.field-error { + height: auto !important; + + > ul { + list-style-type: none; + margin: 0; + color: indianred; + + > li { + text-align: left !important; + line-height: normal; + margin-top: 5px; + } + } +} + .profile { &-visible { display: flex;