diff --git a/src/app/styles/CustomHtml.css.ts b/src/app/styles/CustomHtml.css.ts index c8e26833..d53a87fe 100644 --- a/src/app/styles/CustomHtml.css.ts +++ b/src/app/styles/CustomHtml.css.ts @@ -89,13 +89,10 @@ export const CodeBlock = style([ }, ]); export const CodeBlockInternal = recipe({ - base: [ - DefaultReset, - { - padding: `${config.space.S200} ${config.space.S200} 0`, - minWidth: config.size.ModalDrawerWidth, - }, - ], + base: { + padding: `${config.space.S200} ${config.space.S200} 0`, + minWidth: config.size.ModalDrawerWidth, + }, variants: { collapsed: { true: {