소스 검색

add margin to a cancel button

kaoritokashiki 6 년 전
부모
커밋
4c3ddfd5bc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/client/js/components/Admin/Users/UserInviteModal.jsx

+ 1 - 1
src/client/js/components/Admin/Users/UserInviteModal.jsx

@@ -86,7 +86,7 @@ class UserInviteModal extends React.Component {
           </label>
         </div>
         <div>
-          <Button outline color="danger" size="xs" className="fcbtn rounded-pill" onClick={this.onToggleModal}>
+          <Button outline color="danger" size="xs" className="fcbtn rounded-pill mr-2" onClick={this.onToggleModal}>
           Cancel
           </Button>
           <Button outline color="primary" size="xs" className="fcbtn rounded-pill" onClick={this.handleSubmit} disabled={!this.validEmail()}>