소스 검색

remove p-20

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

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

@@ -14,7 +14,7 @@ const CustomBotWithoutProxyIntegrationCard = (props) => {
           <h5 className="card-title font-weight-bold mt-3 ml-4">Slack</h5>
           <div className="card-body p-2 w-50 mx-auto">
             {props.slackWSNameInWithoutProxy && (
-              <div className="card p-20 slack-work-space-name-card">
+              <div className="card slack-work-space-name-card">
                 <div className="m-2 text-center">
                   <h5 className="font-weight-bold">{ props.slackWSNameInWithoutProxy }</h5>
                   <img width={20} height={20} src="/images/slack-integration/growi-bot-kun-icon.png" />