Merge pull request #1619 from Safelite/CSR-1729-scope-scss

CSR-1729 scope sass and update label copy.
This commit is contained in:
bmauger 2023-12-06 12:38:42 -05:00 committed by GitHub
commit 0892af29f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -80,7 +80,7 @@ export default {
};
</script>
<style lang="scss">
<style lang="scss" scoped>
.textarea-question {
display: flex;
flex-direction: column;

View file

@ -48,7 +48,7 @@
class="mb-4"
v-model="techNotes"
cmsWidgetName="TextAreaContentWidget"
textAreaLabelCopy="Customer Comments"
textAreaLabelCopy="Notes for your technician"
maxLength="150" />
<textBlock cmsWidgetName="DisclaimerCopyWidget" typeStyle="caption" />