Skip to content

Commit 4a82394

Browse files
committed
fix: alignment of plus icon in the add snippet button
1 parent feaebeb commit 4a82394

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/styles/Extn-CustomSnippets.less

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@
8888
top: 0.6px;
8989
}
9090

91+
.custom-snippet-btn .fa-plus {
92+
position: relative;
93+
top: 0.6px;
94+
}
95+
9196
.filter-snippets-panel {
9297
display: inline-block;
9398
}

0 commit comments

Comments
 (0)