Record keys button styling tweak

pull/21833/head
J. Ryan Stinnett 2019-01-04 09:51:20 -06:00
parent e6b6b463ce
commit 97747640bb
1 changed files with 5 additions and 0 deletions

View File

@ -79,3 +79,8 @@ limitations under the License.
display: flex;
align-items: center;
}
.mx_CreateKeyBackupDialog_recoveryKeyButtons button {
flex: 1;
white-space: nowrap;
}