Attempt to add table row action favorites in users view

This commit is contained in:
Johannes Zellner
2025-10-07 14:54:21 +02:00
parent f6e14a5420
commit 55091cfe8d
2 changed files with 8 additions and 1 deletions
+6
View File
@@ -229,6 +229,12 @@ a.pankow-breadcrumb-item {
margin-top: 6px;
}
.table-actions {
display: flex;
gap: 5px;
justify-content: end;
}
/* info table label:value in Sections */
.info-row {
display: flex;