renamed list-group to list-content for consistency with the others
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
.list-group {
|
||||
.list-content {
|
||||
display: block;
|
||||
width: 100%;
|
||||
max-height: 425px;
|
||||
|
||||
@@ -117,7 +117,7 @@ export function backupsList(propsArg = {}) {
|
||||
},
|
||||
},
|
||||
t.div(
|
||||
{ className: "list-group" },
|
||||
{ className: "list-content" },
|
||||
t.div(
|
||||
{
|
||||
hidden: () => !data.isLoading || data.backups.length,
|
||||
|
||||
Reference in New Issue
Block a user