Merge pull request #215 from Safelite/CSR-186-qa-bug-fix
CSR-186 scope css to fix specificity issue.
This commit is contained in:
commit
dd6d7cda06
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ export default {
|
|||
};
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
<style lang="scss" scoped>
|
||||
h5 {
|
||||
line-height: 32px;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue