Updated styling on vehicle-protected-question to ensure proper alignment
This commit is contained in:
parent
663682c7a4
commit
732672c105
1 changed files with 5 additions and 8 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue