Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

Commit

Permalink
chore: matching strapi design system's padding on other field types
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskipper committed Feb 27, 2022
1 parent 73187d7 commit bd6f504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/src/components/Wysiwyg/wrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const Wrapper = styled(Box)`
}
}
.codex-editor {
padding: 1rem;
padding: 16px;
font-size: 1rem;
font-family: "Lato";
}
Expand Down

0 comments on commit bd6f504

Please sign in to comment.