Fixed the dialog height
This commit is contained in:
parent
3dbcc9fe99
commit
1afb09d257
2 changed files with 19 additions and 13 deletions
|
@ -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 */
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue