소스 검색

add comment

zahmis 5 년 전
부모
커밋
767dd5ee81
2개의 변경된 파일3개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 1
      src/client/js/components/SlackNotification.jsx
  2. 2 3
      src/client/styles/scss/molecules/slack-notification.scss

+ 1 - 1
src/client/js/components/SlackNotification.jsx

@@ -40,7 +40,7 @@ class SlackNotification extends React.Component {
 
     return (
       <div className="grw-slack-notification">
-        <div className="input-group  extended-setting">
+        <div className="input-group extended-setting">
           <label className="input-group-addon">
             <div className="custom-control custom-switch custom-switch-lg custom-switch-slack">
               <input

+ 2 - 3
src/client/styles/scss/molecules/slack-notification.scss

@@ -8,7 +8,6 @@
   border-radius: $input-height-slack/2 2px 2px $input-height-slack/2;
 
   .form-control {
-    width: 80px;
     height: $input-height-slack;
     border: transparent;
     @include media-breakpoint-up(sm) {
@@ -19,6 +18,6 @@
     }
   }
 }
-
-// .grw-slack-notification-sm {
+// TODO デザインの使用が確定して実装、本タスクのスコープ外
+// .grw-slack-notification-xd {
 // }