Sync label styling for FormLabel

(cherry picked from commit 87e0a7983a437a4d166aa8b9c9eaf78ea5431969)
This commit is contained in:
Mark McDowall
2023-10-06 13:10:46 -07:00
committed by Bogdan
parent 09bf1500d6
commit d9d2aa8493

View File

@@ -2,8 +2,10 @@
display: flex;
justify-content: flex-end;
margin-right: $formLabelRightMarginWidth;
padding-top: 8px;
min-height: 35px;
text-align: end;
font-weight: bold;
line-height: 35px;
}
.hasError {