Fix the required styles on title fields (#5440)

This commit is contained in:
Cameron Lamb 2019-07-26 18:42:01 +01:00 committed by Thibaud Colas
parent 1a2bf525f2
commit cc85d42fbd

View file

@ -149,7 +149,7 @@ $object-title-height: 40px;
}
&.required {
> h3 label:after {
> .title-wrapper label:after {
content: '*';
color: $color-red;
font-weight: bold;