fix: add spacing between reset-password and delete buttons in user management

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-16 22:10:45 -06:00
co-authored by Claude Sonnet 4.6
parent 59e8bfb2a9
commit 1d123bfac3
+4
View File
@@ -176,4 +176,8 @@ onMounted(loadUsers)
flex-wrap: wrap;
align-items: center;
}
.user-list table td .ui-button + .ui-button {
margin-left: 8px;
}
</style>