From 9a963389b5c23faa126fc8a2d0c77813417158db Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Mon, 5 Dec 2022 12:07:11 -0500 Subject: [PATCH] Update button to input type file, update css. --- .../textbox-question/textbox-question.vue | 34 +++++++++++-------- 1 file changed, 20 insertions(+), 14 deletions(-) diff --git a/src/common-components/textbox-question/textbox-question.vue b/src/common-components/textbox-question/textbox-question.vue index 7ea6d3161..348abad5a 100644 --- a/src/common-components/textbox-question/textbox-question.vue +++ b/src/common-components/textbox-question/textbox-question.vue @@ -31,7 +31,9 @@ :maxlength="maxLength ? maxLength : '999'" @focus="$emit('focus', $event.target.value)" />