Roles help you group community members together and assign them certain
permissions. When people join the community, they are automatically
@@ -84,16 +102,6 @@
{rolePanelList}
-
-
- Create Role
-
-
);
}
diff --git a/web/roles/role-panel-entry.css b/web/roles/role-panel-entry.css
--- a/web/roles/role-panel-entry.css
+++ b/web/roles/role-panel-entry.css
@@ -1,11 +1,15 @@
.rolePanelEntry {
display: grid;
align-items: center;
- padding: 12px;
+ padding: 12px 12px 12px 0;
color: var(--text-background-primary-default);
font-weight: 500;
}
+.rolePanelEntry:last-of-type {
+ padding-bottom: 0;
+}
+
.rolePanelNameEntry {
font-size: var(--s-font-14);
}