瀏覽代碼

fix design

zahmis 5 年之前
父節點
當前提交
da56331e99
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/client/js/components/Admin/SlackIntegration/CustomBotWithoutProxySettings.jsx

+ 1 - 1
src/client/js/components/Admin/SlackIntegration/CustomBotWithoutProxySettings.jsx

@@ -64,7 +64,7 @@ const CustomBotWithoutProxySettings = (props) => {
 
       {!slackSettingsErrors.includes(false) && (
       <button
-        className="pull-right btn text-danger border-danger"
+        className="mx-3 pull-right btn text-danger border-danger"
         type="button"
         onClick={() => setIsDeleteConfirmModalShown(true)}
       >{t('admin:slack_integration.reset')}