Browse Source

add margin to a cancel button

kaoritokashiki 6 năm trước cách đây
mục cha
commit
4c3ddfd5bc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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()}>