diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:33 +0000 |
commit | 086c044dc34dfc0f74fbe41f4ecb402b2cd34884 (patch) | |
tree | a4f824bd33cb075dd5aa3eb5a0a94af221bbe83a /browser/components/storybook/docs | |
parent | Adding debian version 124.0.1-1. (diff) | |
download | firefox-086c044dc34dfc0f74fbe41f4ecb402b2cd34884.tar.xz firefox-086c044dc34dfc0f74fbe41f4ecb402b2cd34884.zip |
Merging upstream version 125.0.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'browser/components/storybook/docs')
-rw-r--r-- | browser/components/storybook/docs/README.typography.stories.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/browser/components/storybook/docs/README.typography.stories.md b/browser/components/storybook/docs/README.typography.stories.md index 4b85d59ef8..de0913f4ba 100644 --- a/browser/components/storybook/docs/README.typography.stories.md +++ b/browser/components/storybook/docs/README.typography.stories.md @@ -23,7 +23,7 @@ We also don't specify line height units and rely on the default. <td><code>h1,<br/>.heading-xlarge</code></td> <td> ```html story - <h1 class="text-truncated-ellipsis">The quick brown fox jumps over the lazy dog</h1> + <h1 class="text-truncated-ellipsis toc-ignore">The quick brown fox jumps over the lazy dog</h1> ``` </td> <td> @@ -38,7 +38,7 @@ We also don't specify line height units and rely on the default. <td><code>h2,<br/>.heading-large</code></td> <td> ```html story - <h2 class="text-truncated-ellipsis">The quick brown fox jumps over the lazy dog</h2> + <h2 class="text-truncated-ellipsis toc-ignore">The quick brown fox jumps over the lazy dog</h2> ``` </td> <td> @@ -53,7 +53,7 @@ We also don't specify line height units and rely on the default. <td><code>h3,<br/>.heading-medium</code></td> <td > ```html story - <h3 class="text-truncated-ellipsis">The quick brown fox jumps over the lazy dog</h3> + <h3 class="text-truncated-ellipsis toc-ignore">The quick brown fox jumps over the lazy dog</h3> ``` </td> <td> @@ -260,7 +260,7 @@ Type setting relies on design tokens for font size and font weight. <tbody> <tr> <th> - <code>--font-weight-default</code> + <code>--font-weight</code> </th> <td> <code>normal</code> @@ -324,7 +324,7 @@ h1, ##### Large (h2) ```html story - <h2>Recent browsing</h2> + <h2 class="toc-ignore">Recent browsing</h2> ``` ```css story |