Skip to content

Commit

Permalink
fix(link): fix prefix suffix center (#1641)
Browse files Browse the repository at this point in the history
  • Loading branch information
uyarn authored Nov 7, 2023
1 parent e82c00e commit 367ed22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions style/web/components/link/_index.less
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,12 @@

.t-link__prefix-icon {
margin-right: @@icon-margin-size;
display: flex;
}

.t-link__suffix-icon {
margin-left: @@icon-margin-size;
display: flex;
}
}
.@{prefix}-link {
Expand Down

0 comments on commit 367ed22

Please sign in to comment.