Skip to content

Commit

Permalink
Fix text overflow in latest-tag-button (#4039)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandydoo committed Mar 1, 2021
1 parent 630517b commit 8862e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/features/latest-tag-button.tsx
Expand Up @@ -91,7 +91,7 @@ async function init(): Promise<false | void> {
});

const link = (
<a className="btn btn-sm btn-outline ml-2 flex-self-center rgh-latest-tag-button" href={String(url)}>
<a className="btn btn-sm btn-outline ml-2 flex-self-center css-truncate rgh-latest-tag-button" href={String(url)}>
<TagIcon/>
</a>
);
Expand Down

0 comments on commit 8862e30

Please sign in to comment.