We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 439259b commit 7d59374Copy full SHA for 7d59374
1 file changed
src/App.tsx
@@ -168,7 +168,10 @@ const App: React.FC = () => {
168
<AppHeader onToggleJSON={handleToggleJSON} isJSONVisible={doShowJSON} />
169
170
<div className="">
171
- <Container key={containerKey} className="height-adjust flex flex-col md:flex-row">
+ <Container
172
+ key={containerKey}
173
+ className="height-adjust flex flex-col md:flex-row"
174
+ >
175
<Section
176
minSize={550}
177
className={`w-full min-w-16 ${
0 commit comments