diff --git a/packages/ripple-ui-core/src/components/timeline/RplTimeline.stories.mdx b/packages/ripple-ui-core/src/components/timeline/RplTimeline.stories.mdx index 7fb51a4c69..15033f7458 100644 --- a/packages/ripple-ui-core/src/components/timeline/RplTimeline.stories.mdx +++ b/packages/ripple-ui-core/src/components/timeline/RplTimeline.stories.mdx @@ -60,7 +60,7 @@ export const SingleTemplate = (args) => ({ image: { src: svgPlaceholder({ width: 80, height: 80 }) }, title: 'Timeline item 5 with link', url: 'https://www.google.com', - description: 'Contains an image, title, external URL and description.' + description: '

Contains an image, title, external URL and description.

' } ] }} diff --git a/packages/ripple-ui-core/src/components/timeline/RplTimeline.vue b/packages/ripple-ui-core/src/components/timeline/RplTimeline.vue index 25a3b1e3ab..c66e428648 100644 --- a/packages/ripple-ui-core/src/components/timeline/RplTimeline.vue +++ b/packages/ripple-ui-core/src/components/timeline/RplTimeline.vue @@ -116,7 +116,7 @@ const handleClick = (item) => {