Skip to content

Commit

Permalink
fix(angular-text): assign margin as 0 to resolve the content can …
Browse files Browse the repository at this point in the history
…not be displayed completely
  • Loading branch information
pubuzhixing8 committed Jul 11, 2024
1 parent e56c9cb commit 611b1ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/gentle-experts-vanish.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@plait/angular-text': patch
---

assign `margin` as `0` to resolve the content can not be displayed completely
2 changes: 1 addition & 1 deletion packages/angular-text/src/plugins/link/link.component.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@use '../../styles/variables.scss'as variables;

.plait-link-node {
margin: 0 1px;
margin: 0;
color: variables.$primary-color;
text-decoration: none;
background-color: transparent;
Expand Down

0 comments on commit 611b1ba

Please sign in to comment.