CSR-1729 scope sass and update label copy.

This commit is contained in:
Bryan Mauger 2023-12-06 11:46:22 -05:00
parent f88809243a
commit 1875b5e9ff
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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" />