diff --git a/app/assets/stylesheets/components/stories.scss b/app/assets/stylesheets/components/stories.scss index 17648fa5f..7c2731daf 100644 --- a/app/assets/stylesheets/components/stories.scss +++ b/app/assets/stylesheets/components/stories.scss @@ -46,6 +46,11 @@ right: 0; bottom: 0; left: 0; + + // Prevent long title content skewing layout + // overflow-wrap: anywhere isn't supported in Safari, in which case this fallback applies + overflow-wrap: break-word; + overflow-wrap: anywhere; } // Defining additional colors.