diff --git src/bp-templates/bp-nouveau/css/twentytwentytwo-rtl.css src/bp-templates/bp-nouveau/css/twentytwentytwo-rtl.css
index d141671d6..db45bd7e8 100644
--- src/bp-templates/bp-nouveau/css/twentytwentytwo-rtl.css
+++ src/bp-templates/bp-nouveau/css/twentytwentytwo-rtl.css
@@ -48,6 +48,7 @@ Hello, this is the BP Nouveau's Twenty Twenty-Two companion stylesheet.
 	6.2 - Registration
 
 7.0 - Tables -  General
+	7.0.1 - Group - Manage Members
 
 8.0 - Classes - Messages, Ajax, Widgets, Buttons, Tooltips
 
@@ -1443,6 +1444,58 @@ body.bp-user.settings.general #buddypress.twentytwentytwo .wp-pwd:not(.is-open)
 	background: transparent;
 }
 
+/**
+*-------------------------------------------------------------------------------
+* @subsection 7.0.1 - Group - Manage Members
+*-------------------------------------------------------------------------------
+*/
+#buddypress.twentytwentytwo table#group-members-list-table {
+	border-collapse: collapse;
+	width: 100%;
+}
+
+#buddypress.twentytwentytwo table#group-members-list-table a:hover,
+#buddypress.twentytwentytwo table#group-members-list-table a:focus {
+	text-decoration: underline;
+	-webkit-text-decoration-style: dashed;
+	text-decoration-style: dashed;
+	text-decoration-thickness: 1px;
+	text-underline-offset: 0.25ch;
+}
+
+#buddypress.twentytwentytwo table#group-members-list-table .row-actions a {
+	font-size: 90%;
+}
+
+#buddypress.twentytwentytwo table#group-members-list-table th,
+#buddypress.twentytwentytwo table#group-members-list-table td {
+	padding: 0.5em;
+	border: 1px solid var(--wp--preset--color--primary);
+	word-break: break-all;
+}
+
+#buddypress.twentytwentytwo table#group-members-list-table th.uname-column,
+#buddypress.twentytwentytwo table#group-members-list-table td.uname-column {
+	width: 60%;
+}
+
+#buddypress.twentytwentytwo table#group-members-list-table td img.avatar {
+	display: block;
+	height: calc(2.25 * 1rem);
+	min-height: inherit;
+	width: calc(2.25 * 1rem);
+}
+
+#buddypress.twentytwentytwo table#group-members-list-table td img.alignleft {
+	float: right;
+}
+
+@media screen and (min-width: 46.8em) {
+	#buddypress.twentytwentytwo table#group-members-list-table td img.alignleft {
+		margin-left: calc(2 * 1rem);
+	}
+}
+
 /**
 *-------------------------------------------------------------------------------
 * @section 8.0 - Classes - Messages, Ajax, Widgets, Buttons
diff --git src/bp-templates/bp-nouveau/css/twentytwentytwo.css src/bp-templates/bp-nouveau/css/twentytwentytwo.css
index 46c2f9e42..ca543c0bb 100644
--- src/bp-templates/bp-nouveau/css/twentytwentytwo.css
+++ src/bp-templates/bp-nouveau/css/twentytwentytwo.css
@@ -48,6 +48,7 @@ Hello, this is the BP Nouveau's Twenty Twenty-Two companion stylesheet.
 	6.2 - Registration
 
 7.0 - Tables -  General
+	7.0.1 - Group - Manage Members
 
 8.0 - Classes - Messages, Ajax, Widgets, Buttons, Tooltips
 
@@ -1443,6 +1444,58 @@ body.bp-user.settings.general #buddypress.twentytwentytwo .wp-pwd:not(.is-open)
 	background: transparent;
 }
 
+/**
+*-------------------------------------------------------------------------------
+* @subsection 7.0.1 - Group - Manage Members
+*-------------------------------------------------------------------------------
+*/
+#buddypress.twentytwentytwo table#group-members-list-table {
+	border-collapse: collapse;
+	width: 100%;
+}
+
+#buddypress.twentytwentytwo table#group-members-list-table a:hover,
+#buddypress.twentytwentytwo table#group-members-list-table a:focus {
+	text-decoration: underline;
+	-webkit-text-decoration-style: dashed;
+	text-decoration-style: dashed;
+	text-decoration-thickness: 1px;
+	text-underline-offset: 0.25ch;
+}
+
+#buddypress.twentytwentytwo table#group-members-list-table .row-actions a {
+	font-size: 90%;
+}
+
+#buddypress.twentytwentytwo table#group-members-list-table th,
+#buddypress.twentytwentytwo table#group-members-list-table td {
+	padding: 0.5em;
+	border: 1px solid var(--wp--preset--color--primary);
+	word-break: break-all;
+}
+
+#buddypress.twentytwentytwo table#group-members-list-table th.uname-column,
+#buddypress.twentytwentytwo table#group-members-list-table td.uname-column {
+	width: 60%;
+}
+
+#buddypress.twentytwentytwo table#group-members-list-table td img.avatar {
+	display: block;
+	height: calc(2.25 * 1rem);
+	min-height: inherit;
+	width: calc(2.25 * 1rem);
+}
+
+#buddypress.twentytwentytwo table#group-members-list-table td img.alignleft {
+	float: left;
+}
+
+@media screen and (min-width: 46.8em) {
+	#buddypress.twentytwentytwo table#group-members-list-table td img.alignleft {
+		margin-right: calc(2 * 1rem);
+	}
+}
+
 /**
 *-------------------------------------------------------------------------------
 * @section 8.0 - Classes - Messages, Ajax, Widgets, Buttons
diff --git src/bp-templates/bp-nouveau/sass/twentytwentytwo.scss src/bp-templates/bp-nouveau/sass/twentytwentytwo.scss
index 1b0bba09f..82a990421 100644
--- src/bp-templates/bp-nouveau/sass/twentytwentytwo.scss
+++ src/bp-templates/bp-nouveau/sass/twentytwentytwo.scss
@@ -60,6 +60,7 @@ Hello, this is the BP Nouveau's Twenty Twenty-Two companion stylesheet.
 	6.2 - Registration
 
 7.0 - Tables -  General
+	7.0.1 - Group - Manage Members
 
 8.0 - Classes - Messages, Ajax, Widgets, Buttons, Tooltips
 
@@ -1912,6 +1913,65 @@ body.bp-user.settings.general {
 	}
 }
 
+/**
+*-------------------------------------------------------------------------------
+* @subsection 7.0.1 - Group - Manage Members
+*-------------------------------------------------------------------------------
+*/
+
+#buddypress.twentytwentytwo {
+
+	table#group-members-list-table {
+		border-collapse: collapse;
+		width: 100%;
+
+		a:hover,
+		a:focus {
+			text-decoration: underline;
+			text-decoration-style: dashed;
+			text-decoration-thickness: 1px;
+			text-underline-offset: 0.25ch;
+		}
+
+		.row-actions a {
+			font-size: 90%;
+		}
+
+		th,
+		td {
+			padding: 0.5em;
+			border: 1px solid var(--wp--preset--color--primary);
+			word-break: break-all;
+
+			&.uname-column {
+				width: 60%;
+			}
+		}
+
+		td {
+
+			img {
+
+				&.avatar {
+					display: block;
+					height: calc(2.25 * 1rem);
+					min-height: inherit;
+					width: calc(2.25 * 1rem);
+				}
+
+				&.alignleft {
+					float: left;
+
+					@media screen and (min-width: 46.8em) {
+
+						margin-right: calc(2 * 1rem);
+					}
+				}
+			}
+		}
+	}
+}
+
 /**
 *-------------------------------------------------------------------------------
 * @section 8.0 - Classes - Messages, Ajax, Widgets, Buttons
