Updated styling on vehicle-protected-question to ensure proper alignment

This commit is contained in:
Leah Schumann 2023-03-07 14:13:09 -05:00
parent 663682c7a4
commit 732672c105

View file

@ -51,14 +51,11 @@ export default {
</script>
<style lang="scss">
.question-text {
margin-top: 1.5rem;
margin-bottom: 1rem;
font-size: 1rem;
line-height: 1.625rem;
& > span {
text-align: left;
.modal-dialog {
.question-text {
& > span {
text-align: left;
}
}
}
</style>