mdi-lock
@@ -196,4 +198,15 @@ onMounted(() => {
max-width: 300px;
flex: 1 1 200px;
}
+
+/* Keep the groups column on a single line so rows stay vertically
+ aligned when a user has many groups. Chips overflow horizontally
+ instead of wrapping. */
+.groups-cell {
+ display: flex;
+ align-items: center;
+ flex-wrap: nowrap;
+ overflow: hidden;
+ white-space: nowrap;
+}