Fixed the dialog height
This commit is contained in:
@@ -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 */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user