Skip to content

Commit

Permalink
minor responsive design fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gitbrent committed Aug 6, 2022
1 parent feb2bef commit 5f1df2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/react-demo/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ function App() {
<code className="language-javascript">{demoCode}</code>
</pre>

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

0 comments on commit 5f1df2b

Please sign in to comment.