Skip to content

Commit 3b58247

Browse files
committed
fix: css
1 parent 67348ed commit 3b58247

File tree

1 file changed

+1
-1
lines changed
  • examples/react/custom-devtools/src

1 file changed

+1
-1
lines changed

examples/react/custom-devtools/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default function App() {
2121
<div>
2222
<h1>Custom plugins</h1>
2323
<h2>Count: {count}</h2>
24-
<div style={{ display: 'grid', gap: '4px' }}>
24+
<div style={{ display: 'flex', gap: '4px' }}>
2525
<button onClick={increment}>+ increase</button>
2626
<button onClick={decrement}>− decrease</button>
2727
</div>

0 commit comments

Comments
 (0)