瀏覽代碼

remove text right

itizawa 6 年之前
父節點
當前提交
5fc75c09ad
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/client/js/components/Admin/Notification/NotificationDeleteModal.jsx

+ 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>