Skip to content

Commit

Permalink
Remove superfluous trailing whitespace from extlink indicator (#1982)
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshiRulz authored Sep 5, 2024
1 parent 1e7975f commit af50d13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion TASVideos/wwwroot/css/partials/_customizations.scss
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,8 @@ a[rel~="external"] {
&::after {
font-size: 0.75rem;
content: "\f08e";
padding: 0 0.25rem;
padding: 0;
padding-inline-start: 0.25em;
-webkit-font-smoothing: antialiased;
display: var(--fa-display,inline-block);
font-style: normal;
Expand Down

0 comments on commit af50d13

Please sign in to comment.