SSR-263: change to line-height on field error messages
This commit is contained in:
parent
0fcdbf92a2
commit
03e525c8e8
1 changed files with 4 additions and 0 deletions
|
|
@ -155,4 +155,8 @@ export default {
|
||||||
#address-questions-wrapper .alert.heading {
|
#address-questions-wrapper .alert.heading {
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#address-questions-wrapper .form-test-error {
|
||||||
|
line-height: 24px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
Loading…
Reference in a new issue