File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 36
36
37
37
.dialog {
38
38
position : fixed;
39
- width : 280 px ;
39
+ width : 210 px ;
40
40
padding : 16px 22px 10px ;
41
41
font-size : var (--bucket-feedback-dialog-font-size , 1rem );
42
42
font-family : var (
Original file line number Diff line number Diff line change 48
48
text-wrap : balance;
49
49
max-width : calc (100% - 20px );
50
50
margin-bottom : 6px ;
51
+ line-height : 1.3 ;
51
52
}
52
53
53
54
.dimmed {
69
70
Open Sans,
70
71
sans-serif
71
72
);
72
-
73
+ line-height : 1.3 ;
73
74
resize : none;
74
75
75
76
color : var (--bucket-feedback-dialog-color , # 1e1f24 );
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ export const FeedbackForm: FunctionComponent<FeedbackFormProps> = ({
200
200
class = "textarea"
201
201
name = "comment"
202
202
placeholder = { t . QuestionPlaceholder }
203
- rows = { 5 }
203
+ rows = { 4 }
204
204
/>
205
205
</ div >
206
206
You can’t perform that action at this time.
0 commit comments