diff --git a/app/client/packages/design-system/widgets/src/components/Markdown/src/styles.module.css b/app/client/packages/design-system/widgets/src/components/Markdown/src/styles.module.css index e3aa8161bb2..658ef72f265 100644 --- a/app/client/packages/design-system/widgets/src/components/Markdown/src/styles.module.css +++ b/app/client/packages/design-system/widgets/src/components/Markdown/src/styles.module.css @@ -1,6 +1,12 @@ .markdown { color: var(--color-fg); + &::after, + &::before { + /* This is required to remove the compensators of capsizing that comes up due to use of `wds-body-text` class */ + content: none !important; + } + table { border: var(--border-width-1) solid var(--color-bd); border-collapse: separate;