Merge pull request #55355 from nextcloud/carl/admin-delegating-spacing

fix: Fix spacing of adming delegation entries
This commit is contained in:
Carl Schwan 2025-09-29 13:25:35 +02:00 committed by GitHub
commit 78127b87fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -42,6 +42,6 @@ label {
color: var(--color-text-maxcontrast);
display: block;
font-size: 16px;
margin: 12px 0;
margin: 12px 0 6px 0;
}
</style>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long