Skip to content

Commit 84702f9

Browse files
committed
chore: change width to inlineSize
1 parent 39a4e91 commit 84702f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pages/multiselect/custom-render-option.page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default function SelectPage() {
4848

4949
return (
5050
<SimplePage title="Multiselect with custom item renderer" screenshotArea={{}}>
51-
<div style={{ width: '400px' }}>
51+
<div style={{ inlineSize: '400px' }}>
5252
<Multiselect
5353
enableSelectAll={true}
5454
i18nStrings={{ ...i18nStrings, selectAllText: 'Select all' }}

pages/select/custom-render-option.page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export default function SelectPage() {
5151

5252
return (
5353
<SimplePage title="Select with custom item renderer" screenshotArea={{}}>
54-
<div style={{ width: '400px' }}>
54+
<div style={{ inlineSize: '400px' }}>
5555
<Select
5656
filteringType="auto"
5757
renderOption={renderOption}

0 commit comments

Comments
 (0)