Add edit/new oidc client dialog

This commit is contained in:
Johannes Zellner
2025-01-20 16:53:31 +01:00
parent d0fbf68d90
commit 16c15548c1
2 changed files with 114 additions and 26 deletions

View File

@@ -134,6 +134,11 @@ tr:hover .table-actions {
display: flex;
}
.info-row:first-of-type:not(:last-of-type),
.info-row:last-of-type {
margin-bottom: 15px;
}
.info-label {
font-weight: bold;
flex-basis: 50%;