File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -238,9 +238,9 @@ Generated by [AVA](https://avajs.dev).
238238 "normal": {␊
239239 height: convertNumber2VP(100),␊
240240 width: convertNumber2VP(200),␊
241- minHeight: " auto" ,␊
241+ minHeight: \` auto\` ,␊
242242 maxHeight: convertNumber2VP(200),␊
243- minWidth: " auto" ,␊
243+ minWidth: \` auto\` ,␊
244244 maxWidth: convertNumber2VP(200),␊
245245 marginTop: convertNumber2VP(0),␊
246246 marginRight: convertNumber2VP(20),␊
@@ -763,9 +763,9 @@ Generated by [AVA](https://avajs.dev).
763763 "normal": {␊
764764 height: scalePx2dp(100),␊
765765 width: scalePx2dp(200),␊
766- minHeight: " auto" ,␊
766+ minHeight: \` auto\` ,␊
767767 maxHeight: scalePx2dp(200),␊
768- minWidth: " auto" ,␊
768+ minWidth: \` auto\` ,␊
769769 maxWidth: scalePx2dp(200),␊
770770 margin: \`${scalePx2dp(0)} ${scalePx2dp(20)} ${scalePx2dp(0)} ${scalePx2dp(20)}\`,␊
771771 padding: \`${scalePx2dp(30)} ${scalePx2dp(10)} ${scalePx2dp(30)} ${scalePx2dp(10)}\`,␊
You can’t perform that action at this time.
0 commit comments