2
0
Shun Miyazawa 4 жил өмнө
parent
commit
9fa20da211

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

@@ -24,7 +24,7 @@ const CustomBotWithoutProxyIntegrationCard = (props) => {
         </div>
       </div>
 
-      <div id="integration-line" className="text-center w-25">
+      <div className="text-center w-25">
 
         <div className="d-none d-lg-block mt-4">
           <small
@@ -34,7 +34,7 @@ const CustomBotWithoutProxyIntegrationCard = (props) => {
           />
         </div>
 
-        <div className="d-block d-lg-none mt-5">
+        <div id="integration-line-for-tooltip" className="d-block d-lg-none mt-5">
           <i className="fa fa-info-circle text-danger" />
         </div>