2
0
Steven Fukase 4 жил өмнө
parent
commit
e2ee7778db

+ 4 - 10
src/client/js/components/Admin/SlackIntegration/ManageCommandsProcess.jsx

@@ -70,12 +70,8 @@ const ManageCommandsProcess = ({
       <div className="d-flex flex-column align-items-center">
 
         <div>
-
-
-          <p className="mb-2 font-weight-bold">
-            Multiple GROWI
-            <small className="text-muted ml-4">{t('admin:slack_integration.accordion.multiple_growi_command')}</small>
-          </p>
+          <p className="font-weight-bold mb-0">Multiple GROWI</p>
+          <p className="text-muted mb-2">{t('admin:slack_integration.accordion.multiple_growi_command')}</p>
           <div className="custom-control custom-checkbox">
             <div className="row mb-5">
               {defaultSupportedCommandsNameForBroadcastUse.map((commandName) => {
@@ -99,10 +95,8 @@ const ManageCommandsProcess = ({
             </div>
           </div>
 
-          <p className="mb-2 font-weight-bold">
-            Single GROWI
-            <small className="text-muted ml-4">{t('admin:slack_integration.accordion.single_growi_command')}</small>
-          </p>
+          <p className="font-weight-bold mb-0">Single GROWI</p>
+          <p className="text-muted mb-2">{t('admin:slack_integration.accordion.single_growi_command')}</p>
           <div className="custom-control custom-checkbox">
             <div className="row mb-5">
               {defaultSupportedCommandsNameForSingleUse.map((commandName) => {