From 53d2a1078747d7c1e8e8be5b5dfa11f930656e50 Mon Sep 17 00:00:00 2001 From: Nate Otto Date: Thu, 27 Apr 2023 09:04:04 -0700 Subject: [PATCH] Closes 381. Changes wrap behavior for card heading --- ui/src/styles.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ui/src/styles.scss b/ui/src/styles.scss index 125be7707..5a3f99f1c 100644 --- a/ui/src/styles.scss +++ b/ui/src/styles.scss @@ -4,6 +4,12 @@ opacity: 0.4; } +/* [START] Adjust heading text handling for app-collection-public-detail-card https://github.com/wgu-opensource/osmt/issues/381 */ +h2.t-type-heading1 { + overflow-wrap: anywhere; +} +/* [END] Adjust heading text handling for app-collection-public-detail-card */ + /* [START] Needed for search control refactor until design system is updated */ .m-search .m-search-x-controls:before, .m-search .m-search-x-input:valid+.m-search-x-controls:before {