Skip to content

Commit f24e3b3

Browse files
committed
Fix padding for exact match copy notifications
Divs inside of exact matches get a lot of padding, whereas other search results don't. Defining 0 padding for this div makes the positioning correct.
1 parent d1a2e0d commit f24e3b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/styles/crate.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@
173173
.copy-notification {
174174
top: -1.25rem;
175175
left: 0;
176+
padding: 0;
176177
text-align: left;
177178
width: 4rem;
178179

0 commit comments

Comments
 (0)