CSR-1729 scope sass and update label copy.
This commit is contained in:
parent
f88809243a
commit
1875b5e9ff
2 changed files with 2 additions and 2 deletions
|
|
@ -80,7 +80,7 @@ export default {
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss" scoped>
|
||||||
.textarea-question {
|
.textarea-question {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,7 @@
|
||||||
class="mb-4"
|
class="mb-4"
|
||||||
v-model="techNotes"
|
v-model="techNotes"
|
||||||
cmsWidgetName="TextAreaContentWidget"
|
cmsWidgetName="TextAreaContentWidget"
|
||||||
textAreaLabelCopy="Customer Comments"
|
textAreaLabelCopy="Notes for your technician"
|
||||||
maxLength="150" />
|
maxLength="150" />
|
||||||
|
|
||||||
<textBlock cmsWidgetName="DisclaimerCopyWidget" typeStyle="caption" />
|
<textBlock cmsWidgetName="DisclaimerCopyWidget" typeStyle="caption" />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue