Skip to content

Commit 4244139

Browse files
Add docs link to changeset
Co-authored-by: Felix Schneider <[email protected]>
1 parent a603b5c commit 4244139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.changeset/blue-trees-shave.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Changes text overflow styling in Markdown content
66

77
⚠️ **Potentially breaking change:** This release switches the [`overflow-wrap`](https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-wrap) CSS style for common elements to `break-word`. In most cases, there should be little visual impact, but this change can impact how layouts with implicit sizing (such as tables) look, improving legibility in how words wrap.
88

9-
If you want to preserve the previous styling, you can add the following custom CSS to your site:
9+
If you want to preserve the previous styling, you can add the following [custom CSS](https://starlight.astro.build/guides/css-and-tailwind/#custom-css-styles) to your site:
1010

1111
```css
1212
p, h1, h2, h3, h4, h5, h6, code {

0 commit comments

Comments
 (0)