Merge pull request #1130 from Safelite/feature/CSR-1424

Adjust line-height for review page header
This commit is contained in:
chloeherdsafelite 2023-05-31 10:29:15 -04:00 committed by GitHub
commit a110860ac4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,5 +98,6 @@ export default {
<style lang="scss" scoped>
.dark-header {
color: $black;
line-height: 1.6;
}
</style>