diff --git a/ghost/portal/src/components/common/ActionButton.js b/ghost/portal/src/components/common/ActionButton.js index 3ac5d2b054..647c7f098f 100644 --- a/ghost/portal/src/components/common/ActionButton.js +++ b/ghost/portal/src/components/common/ActionButton.js @@ -21,7 +21,6 @@ const Styles = ({brandColor, disabled, style = {}}) => { boxShadow: 'none', userSelect: 'none', width: '100%', - marginBottom: '12px', ...(style.button || {}) // Override any custom style } };