File tree Expand file tree Collapse file tree 3 files changed +1
-2
lines changed
fluent-theme/src/components/theme Expand file tree Collapse file tree 3 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ function FeedbackForm({
8282 onInput = { handleChange }
8383 placeholder = { localize ( 'FEEDBACK_FORM_PLACEHOLDER' ) }
8484 ref = { feedbackTextAreaRef }
85+ startRows = { 3 }
8586 value = { userFeedback }
8687 />
8788 { disclaimer && (
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ export default function createFeedbackTextAreaStyle() {
1616 lineHeight : '20px' ,
1717 padding : '8px 12px' ,
1818 position : 'relative' ,
19- minHeight : '60px' ,
2019 minWidth : '280px' ,
2120 '&::after' : {
2221 borderBottomLeftRadius : '4px' ,
Original file line number Diff line number Diff line change 699699 gap : var (--webchat-spacingVerticalSNudge );
700700 padding : var (--webchat-spacingVerticalS ) var (--webchat-spacingHorizontalM );
701701 position : relative;
702- min-height : 60px ;
703702 min-width : 280px ;
704703 & ::after {
705704 border-bottom-left-radius : var (--webchat-borderRadiusMedium );
You can’t perform that action at this time.
0 commit comments