1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-04 18:53:20 +00:00

fix content name

This commit is contained in:
jaasen-livefront
2025-10-14 16:24:40 -07:00
parent 70ef1bcccd
commit cb21b3051b

View File

@@ -129,7 +129,7 @@ export const TruncateWithTitle: Story = {
template: `
<div style="width: 300px;">
<bit-callout ${formatArgsForCodeSnippet<CalloutComponent>(args)}>
This is a really long callout that should truncate when it reaches the end of the container. This is a really long title that should truncate. Like really, really, really, ridiculously long title.
This is a really long callout that should truncate when it reaches the end of the container. This is a really long title that should truncate. Like really, really, really, ridiculously long content.
</bit-callout>
</div>
`,
@@ -146,7 +146,7 @@ export const TruncateWithoutTitle: Story = {
template: `
<div style="width: 300px;">
<bit-callout ${formatArgsForCodeSnippet<CalloutComponent>(args)}>
This is a really long callout that should truncate when it reaches the end of the container. This is a really long title that should truncate. Like really, really, really, ridiculously long title.
This is a really long callout that should truncate when it reaches the end of the container. This is a really long title that should truncate. Like really, really, really, ridiculously long content.
</bit-callout>
</div>
`,