Use div around buttons to fix React warning

This commit is contained in:
J. Ryan Stinnett 2019-11-19 16:28:49 +00:00
parent cf26f14644
commit 9dea848927
2 changed files with 6 additions and 2 deletions

View file

@ -30,3 +30,7 @@ limitations under the License.
.mx_KeyBackupPanel_deviceName {
font-style: italic;
}
.mx_KeyBackupPanel_buttonRow {
margin: 1em 0;
}