diff --git a/app/webroot/css/co-base.css b/app/webroot/css/co-base.css index 3865970c9..4c46e81da 100644 --- a/app/webroot/css/co-base.css +++ b/app/webroot/css/co-base.css @@ -1914,6 +1914,9 @@ code, color: var(--cmg-color-body-txt); font-size: 1em; } +code.source-record { + overflow-wrap: anywhere; +} /* INDEX VIEWS and TABLES */ table { width: 100%;