SSR-265: changes to line-height on alert

This commit is contained in:
Kroell 2023-02-13 11:45:15 -05:00
parent eb78ede3a6
commit 0fcdbf92a2

View file

@ -151,4 +151,8 @@ export default {
#address-questions-wrapper {
margin-top: 24px;
}
#address-questions-wrapper .alert.heading {
line-height: 24px;
}
</style>