Merge pull request #790 from Safelite/feature/richardson/SSR-1401
put scoped back in to fix ordering issue on css
This commit is contained in:
commit
626fffb2af
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ export default {
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss" scoped>
|
||||||
.alert {
|
.alert {
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue