Skip to content

Commit 5f1df2b

Browse files
committed
minor responsive design fix
1 parent feb2bef commit 5f1df2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/react-demo/src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ function App() {
128128
<code className="language-javascript">{demoCode}</code>
129129
</pre>
130130

131-
<div className="row">
131+
<div className="row row-cols-1 row-cols-md-3 g-4">
132132
<div className="col">
133133
<button type="button" className="btn btn-success w-100 me-3" onClick={(_ev) => runDemo()}>
134134
Run Demo

0 commit comments

Comments
 (0)