Skip to content

Commit

Permalink
removed localhost from link (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
fraincs authored Mar 25, 2024
2 parents de54310 + 59a099c commit 2482ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/content/guides/css/text-crop.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ It is suggested to apply this technique on a text element, such as a `span`, rat

Using a negative margin on the top and bottom of the text will crop the whitespace while preserving line height between lines in a multi-line block of text.

If you need to implement this technique, you can use the following CSS. Keep in mind that each font weight and line-height combinations have their own set of values. You need to use the right token for the job, these are documented in the [tokens section](http://localhost:3000/tokens/semantic/typography).
If you need to implement this technique, you can use the following CSS. Keep in mind that each font weight and line-height combinations have their own set of values. You need to use the right token for the job, these are documented in the [tokens section](/tokens/semantic/typography).

```tsx title="component.tsx"
<div className="myBadge">
Expand Down

0 comments on commit 2482ce9

Please sign in to comment.