fix issues in users list.

This commit is contained in:
elforjani3
2020-05-26 21:49:09 +02:00
parent 2321c3be99
commit 733ee5caf1
6 changed files with 162 additions and 113 deletions

View File

@@ -1,18 +1,20 @@
.dialog--invite-form {
&.bp3-dialog {
width: 450px;
}
&:not(.dialog--loading) .bp3-dialog-body {
margin-bottom: 25px;
}
width: 450px;
.bp3-dialog-body {
.bp3-dialog-footer-actions {
margin-right: 30px;
display: flex;
justify-content: flex-end;
.bp3-form-group.bp3-inline {
.bp3-label {
min-width: 70px;
}
.bp3-form-content {
width: 250px;
.bp3-dialog-footer-actions {
margin-right: 20px;
display: flex;
justify-content: flex-end;
}
}
}
}
}