소스 검색

add d-flex

Shun Miyazawa 5 년 전
부모
커밋
9a43fe74dd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/client/js/components/Admin/SlackIntegration/SlackIntegration.jsx

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

@@ -134,7 +134,7 @@ const SlackIntegration = (props) => {
           </a>
         </h2>
 
-        <div>
+        <div className="d-flex">
           {t('admin:slack_integration.selecting_bot_types.selecting_bot_type')}
 
           {(currentBotType === 'officialBot' || currentBotType === 'customBotWithProxy') && (