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;