Skip to content

Commit edb0640

Browse files
committed
refactor: add small padding bottom in snippets list so that all content is properly visible
1 parent fd014b6 commit edb0640

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
@@ -138,7 +138,7 @@
138138
}
139139

140140
#snippets-list-wrapper {
141-
padding: 0;
141+
padding: 0 0 50px 0;
142142
}
143143

144144
#snippets-list-header {

0 commit comments

Comments
 (0)