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

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

@@ -32,9 +32,9 @@ const CustomBotWithProxyIntegrationCard = () => {
         </div>
 
         <div className="card rounded-lg shadow border-0 w-50 admin-bot-card">
-          <div className="row m-0">
+          <div className="row">
             <h5 className="card-title font-weight-bold mt-3 ml-4 col">GROWI App</h5>
-            <div className="pull-right mt-3">
+            <div className="pull-right mt-3 mr-3">
               <a className="icon-fw fa fa-repeat fa-2x"></a>
             </div>
           </div>