Merge pull request #3868 from matrix-org/travis/ftue/user-lists/8.1-dialog-hieght

Prevent the invite dialog from jumping around when elements change
pull/21833/head
Travis Ralston 2020-01-20 10:01:41 -07:00 committed by GitHub
commit 20ec2a63d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -206,3 +206,8 @@ limitations under the License.
margin-left: 4px;
}
}
.mx_InviteDialog {
// Prevent the dialog from jumping around randomly when elements change.
height: 590px;
}