Fixed the dialog height

This commit is contained in:
Zoe 2020-04-29 14:29:36 +01:00
parent 3dbcc9fe99
commit 1afb09d257
2 changed files with 19 additions and 13 deletions

View file

@ -32,3 +32,9 @@ limitations under the License.
padding: 10px;
}
.mx_RestoreKeyBackupDialog_content {
display: flex;
flex-direction: column;
justify-content: space-between;
min-height: 110px; /* Empirically measured */
}