Skip to content

Commit 93c8ed0

Browse files
Reduce padding between settings items in admin
1 parent b63df48 commit 93c8ed0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

resources/less/admin.less

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,13 @@
4343
margin-bottom 0.25s;
4444
overflow-y: hidden;
4545
overflow-x: visible;
46+
padding: 0 5px 5px;
4647
}
4748

4849
.Provider {
50+
// Remove gap from Form component
51+
margin-bottom: calc(-1 * var(--gap));
52+
4953
&.disabled .Button--rounded {
5054
display: none;
5155

@@ -59,7 +63,6 @@
5963
max-height: 2000px;
6064
margin-bottom: 25px;
6165
overflow-y: visible;
62-
padding: 0 5px 5px;
6366
}
6467
}
6568
}

0 commit comments

Comments
 (0)