Skip to content

Commit 956e117

Browse files
committed
refactor: reduce bottom padding for snippet list wrapper
1 parent 4f4342a commit 956e117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/Extn-CustomSnippets.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
}
143143

144144
#snippets-list-wrapper {
145-
padding: 0 0 50px 0;
145+
padding: 0 0 40px 0;
146146
}
147147

148148
#snippets-list-header {

0 commit comments

Comments
 (0)