Skip to content

Commit 40df10a

Browse files
committed
fix: small icon style fix
1 parent 83084ac commit 40df10a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/default/lwc/lookup/lookup.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@
2828
height: 32px !important;
2929
}
3030

31+
/** Fix for some minor SLDS glitch on item icon top margin */
32+
.slds-media__figure.slds-listbox__option-icon {
33+
margin-top: 0;
34+
}
35+
3136
.form-error {
3237
color: rgb(194, 57, 52);
3338
display: block;

0 commit comments

Comments
 (0)