mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Merge pull request #55355 from nextcloud/carl/admin-delegating-spacing
fix: Fix spacing of adming delegation entries
This commit is contained in:
commit
78127b87fb
3 changed files with 4 additions and 4 deletions
|
|
@ -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
Loading…
Reference in a new issue