Skip to content

Commit 70cb7f4

Browse files
committed
fix: link arrow vertical align
1 parent 6c3110c commit 70cb7f4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/Link/Link.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ $block: '.#{$ns}link-block';
3131
color: var(--yc-color-text-link);
3232
}
3333

34-
.yc-icon {
35-
vertical-align: text-bottom;
36-
}
37-
3834
#{$root}__content {
3935
white-space: normal;
4036
}
37+
38+
& > * {
39+
vertical-align: middle;
40+
}
4141
}
4242

4343
&:hover {

0 commit comments

Comments
 (0)