diff --git a/docroot/profiles/custom/cgov_site/themes/custom/ncids_trans/front-end/src/lib/components/wysiwyg/editors/ncids-full-html/index.scss b/docroot/profiles/custom/cgov_site/themes/custom/ncids_trans/front-end/src/lib/components/wysiwyg/editors/ncids-full-html/index.scss index 8e72c64bd3..478ee83d75 100644 --- a/docroot/profiles/custom/cgov_site/themes/custom/ncids_trans/front-end/src/lib/components/wysiwyg/editors/ncids-full-html/index.scss +++ b/docroot/profiles/custom/cgov_site/themes/custom/ncids_trans/front-end/src/lib/components/wysiwyg/editors/ncids-full-html/index.scss @@ -5,7 +5,7 @@ @forward '../../common/cgdp-embed-summary-box'; @forward '../../common/cgdp-embed-video'; @forward '../../common/cgdp-wysiwyg-table'; -@forward "../../common/cgdp-embed-pullquote"; +@forward '../../common/cgdp-embed-pullquote'; @forward '../../common/cgdp-embed-summary-box'; @use 'uswds-core' as *; @@ -18,6 +18,17 @@ h6 { clear: none; } + + // Temp fix - should be removed once fixed in NCIDS + // external links in nested DOM + &.usa-prose { + .usa-table-container--scrollable { + a:not([class]) { + @include typeset-link; + @include automatic-external-link('default'); + } + } + } } .cgdp-embed-media-wrapper {