Fix CSS for invitations page

pull/14630/head
jesusbotella 6 years ago
parent fa70c17059
commit 4dc4a3ab3f

@ -6,6 +6,11 @@
$width: 800px;
.InviteUsers {
display: flex;
flex-direction: column;
}
.InviteUsers-form {
width: $width;
}

Loading…
Cancel
Save