Fix error messages on user edition page

This commit is contained in:
Julien Constant 2023-03-14 11:53:11 +01:00
parent e506b00933
commit 0751785d3d

View File

@ -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 { .profile {
&-visible { &-visible {
display: flex; display: flex;