diff --git a/apps/tup-cms/src/taccsite_custom/tup_cms/static/tup_cms/css/for-core-styles/components/c-news--read.css b/apps/tup-cms/src/taccsite_custom/tup_cms/static/tup_cms/css/for-core-styles/components/c-news--read.css index 95c2219cb..a840366c3 100644 --- a/apps/tup-cms/src/taccsite_custom/tup_cms/static/tup_cms/css/for-core-styles/components/c-news--read.css +++ b/apps/tup-cms/src/taccsite_custom/tup_cms/static/tup_cms/css/for-core-styles/components/c-news--read.css @@ -24,11 +24,11 @@ .c-news--read .c-news__header { grid-template-areas: - 'head' - 'subh' - 'cats' - 'tags' - 'attr'; + 'head head' + 'subh subh' + 'cats link' + 'tags tags' + 'attr attr'; } .c-news--read .c-news__title, .c-news--read .c-news__subtitle { diff --git a/apps/tup-cms/src/taccsite_custom/tup_cms/static/tup_cms/css/for-core-styles/components/c-news.css b/apps/tup-cms/src/taccsite_custom/tup_cms/static/tup_cms/css/for-core-styles/components/c-news.css index b0e20ec0a..e7dfdf562 100644 --- a/apps/tup-cms/src/taccsite_custom/tup_cms/static/tup_cms/css/for-core-styles/components/c-news.css +++ b/apps/tup-cms/src/taccsite_custom/tup_cms/static/tup_cms/css/for-core-styles/components/c-news.css @@ -105,7 +105,7 @@ } /* To style tags as "pills" (the UI pattern) */ -.c-news__tags .tags a { +.c-news__tags a { /* TODO: When available in Core-Styles, uncomment this */ /* @extend :--c-pill; */