SSR-263: change to line-height on field error messages

This commit is contained in:
Kroell 2023-02-13 13:34:52 -05:00
parent 0fcdbf92a2
commit 03e525c8e8

View file

@ -155,4 +155,8 @@ export default {
#address-questions-wrapper .alert.heading {
line-height: 24px;
}
#address-questions-wrapper .form-test-error {
line-height: 24px;
}
</style>