Record keys button styling tweak

This commit is contained in:
J. Ryan Stinnett 2019-01-04 09:51:20 -06:00
parent e6b6b463ce
commit 97747640bb

View file

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