Skip to content

Commit

Permalink
fix: set box-sizing border-box for anchor-link
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunory committed Aug 30, 2024
1 parent 7c2a99d commit f25195c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ body.g-root,
width: 26px;
padding-right: 6px;
padding-left: 4px;
box-sizing: border-box;
text-align: right;
opacity: 0;
line-height: 1.1;
Expand Down

0 comments on commit f25195c

Please sign in to comment.