diff --git a/app/renderer/components/common/messageBox.js b/app/renderer/components/common/messageBox.js index 8cfe9a2aab..5a6ad35645 100644 --- a/app/renderer/components/common/messageBox.js +++ b/app/renderer/components/common/messageBox.js @@ -123,7 +123,10 @@ class MessageBox extends ImmutableComponent { this.showSuppress ? @@ -164,11 +167,16 @@ const styles = StyleSheet.create({ }, actions: { display: 'flex', + flexFlow: 'column nowrap', justifyContent: 'space-between' }, buttons: { display: 'flex', justifyContent: 'flex-end' + }, + + switchControl_marginBottom: { + marginBottom: `calc(${globalStyles.spacing.dialogInsideMargin} - 5px)` // 5px = padding of SwitchControl } })