Skip to content

Commit f4e0099

Browse files
committed
flip お試し用余白
1 parent e128c72 commit f4e0099

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

105/src/App.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ function App() {
7373
}, [ selectedIndex, options ] );
7474

7575
return (
76-
<>
76+
<div style={{paddingBlock: '75vh'}}>
7777
Basic React App<br />
7878
選択値: { selectedIndex }<br />
7979
<button
@@ -136,7 +136,7 @@ function App() {
136136
</FloatingPortal>
137137
) }
138138
<div>後続のコンテンツ</div>
139-
</>
139+
</div>
140140
);
141141
}
142142

0 commit comments

Comments
 (0)