.invite-users-wrapper { display: flex; flex-direction: column; align-items: baseline; } .drag-handle { cursor: move; color: var(--primary-color); } .drag-handle-disabled { cursor: auto; color: rgba(0, 0, 0, 0.38);; } @media (max-width:1600px) { .user-fields { flex-direction: column; } .user-field { align-self: flex-start; width: 100%; } }