From af1a4c4e1c2842e57c9e92b89a1e18337f7531d1 Mon Sep 17 00:00:00 2001 From: Jason Smith Date: Wed, 25 Oct 2023 14:36:13 +1100 Subject: [PATCH] fix(@dpc-sdp/ripple-ui-core): :bug: add rpl-content on container --- .../src/components/timeline/RplTimeline.stories.mdx | 2 +- packages/ripple-ui-core/src/components/timeline/RplTimeline.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) => {