Put backup details in a table

This commit is contained in:
J. Ryan Stinnett 2020-09-04 14:09:34 +01:00
parent 217f145910
commit 2fbb551035
3 changed files with 36 additions and 8 deletions

View file

@ -35,3 +35,15 @@ limitations under the License.
.mx_SecureBackupPanel_buttonRow {
margin: 1em 0;
}
.mx_SecureBackupPanel_statusList {
border-spacing: 0;
td {
padding: 0;
&:first-of-type {
padding-inline-end: 1em;
}
}
}