Prevent the invite dialog from jumping around when elements change

Part of https://github.com/vector-im/riot-web/issues/11201
pull/21833/head
Travis Ralston 2020-01-17 17:12:35 -07:00
parent 5584068c5b
commit 21f8130ebe
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;
}