Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Prevent the invite dialog from jumping around when elements change
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Jan 18, 2020
1 parent 5584068 commit 21f8130
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions res/css/views/dialogs/_InviteDialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 21f8130

Please sign in to comment.