diff --git a/View/GrouperGroups/index.ctp b/View/GrouperGroups/index.ctp
index 8db2442..95e10d6 100644
--- a/View/GrouperGroups/index.ctp
+++ b/View/GrouperGroups/index.ctp
@@ -152,8 +152,25 @@ $this->Html->addCrumb(_txt('pl.grouperlite.title.dashboard'));
app.mount('#grouper-lite-widget');
+
\ No newline at end of file
diff --git a/webroot/css/co-grouper-base.css b/webroot/css/co-grouper-base.css
index bf7bef2..84c5a0e 100644
--- a/webroot/css/co-grouper-base.css
+++ b/webroot/css/co-grouper-base.css
@@ -14,6 +14,12 @@
--secondary: var(--darkteal)
}
+.grouper_groups .grouper-table {
+ display: grid;
+ grid-template-columns: auto 20%;
+ grid-gap: 1em;
+}
+
.text-grouper {
color: var(--primary);
}