Skip to content

Commit 5d9d435

Browse files
committed
Some fixes
1 parent 096e981 commit 5d9d435

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/blocks/categories-list/edit.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,9 @@ export default function ( { attributes, setAttributes, className } ) {
226226
) }
227227
</p>
228228

229-
<ArticleCategoriesList />
229+
<div style={ { display: 'grid', gap: '16px' } }>
230+
<ArticleCategoriesList />
231+
</div>
230232
</ToolsPanelItem>
231233
</ToolsPanel>
232234

0 commit comments

Comments
 (0)