Shun Miyazawa 5 лет назад
Родитель
Сommit
cd53a1a029

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

@@ -88,7 +88,7 @@ const CustomBotWithoutProxySettings = (props) => {
       <h2 className="admin-setting-header">{t('admin:slack_integration.custom_bot_without_proxy_integration')}</h2>
       <h2 className="admin-setting-header">{t('admin:slack_integration.custom_bot_without_proxy_integration')}</h2>
 
 
       <div className="d-flex justify-content-center mt-3 bot-integration">
       <div className="d-flex justify-content-center mt-3 bot-integration">
-        <div className="card rounded shadow border-0 w-50 admin-bot-card" style={{ radius: '8px'}}>
+        <div className="card rounded shadow border-0 w-50 admin-bot-card">
           <h5 className="card-title font-weight-bold m-3">Slack</h5>
           <h5 className="card-title font-weight-bold m-3">Slack</h5>
           <div className="card-body p-4"></div>
           <div className="card-body p-4"></div>
         </div>
         </div>
@@ -99,7 +99,7 @@ const CustomBotWithoutProxySettings = (props) => {
           <hr className="border-danger align-self-center admin-border"></hr>
           <hr className="border-danger align-self-center admin-border"></hr>
         </div>
         </div>
 
 
-        <div className="card rounded-lg shadow border-0 w-50">
+        <div className="card rounded-lg shadow border-0 w-50 admin-bot-card">
           <h5 className="card-title font-weight-bold m-3">GROWI App</h5>
           <h5 className="card-title font-weight-bold m-3">GROWI App</h5>
           <div className="card-body p-4 text-center">
           <div className="card-body p-4 text-center">
             <a className="btn btn-primary mb-3">WESEEK Inner Wiki</a>
             <a className="btn btn-primary mb-3">WESEEK Inner Wiki</a>