itizawa 6 лет назад
Родитель
Сommit
5fc75c09ad

+ 1 - 1
src/client/js/components/Admin/Notification/NotificationDeleteModal.jsx

@@ -23,7 +23,7 @@ class NotificationDeleteModal extends React.PureComponent {
             {t('notification_setting.delete_notification_pattern_desc2')}
           </p>
         </ModalBody>
-        <ModalFooter className="text-right">
+        <ModalFooter>
           <button type="button" className="btn btn-sm btn-danger" onClick={this.props.onClickSubmit}>
             <i className="icon icon-fire"></i> {t('Delete')}
           </button>