Skip to content

Commit 4ca08e4

Browse files
committed
fix: Create a toolbar with different slots for the default layout
1 parent 4c9f772 commit 4ca08e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

default-layout/ToolbarSlotsExample.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ const ToolbarSlotsExample: React.FC<{}> = () => {
2727
style={{
2828
alignItems: 'center',
2929
display: 'flex',
30+
width: '100%',
3031
}}
3132
>
3233
<div style={{ padding: '0px 2px' }}>

0 commit comments

Comments
 (0)