mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-26 17:01:49 +02:00
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
This commit is contained in:
commit
20ec2a63d4
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user