Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix spacing.
  • Loading branch information
ndiego committed Sep 29, 2022
commit 1c79a0d9c4afae5bc83c6f58e7b10c81a5b688b2
2 changes: 1 addition & 1 deletion packages/edit-site/src/components/global-styles/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const StylesPreview = ( { label, isFocused } ) => {
return [
...styles,
{
css: 'body{min-width: 0;padding: 0;border:none}',
css: 'body{min-width: 0;padding: 0;border: none}',
isGlobalStyles: true,
},
];
Expand Down