Skip to content

Commit 35a2136

Browse files
committed
fix: Fix spacing of adming delegation entries
Use less spacing between the label and the corresponding combobox, than with the label and the previous combobox. Signed-off-by: Carl Schwan <carl.schwan@nextcloud.com>
1 parent 9fc6442 commit 35a2136

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/settings/src/components/AdminDelegating.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ label {
4242
color: var(--color-text-maxcontrast);
4343
display: block;
4444
font-size: 16px;
45-
margin: 12px 0;
45+
margin: 12px 0 6px 0;
4646
}
4747
</style>

0 commit comments

Comments
 (0)