Skip to content

Commit

Permalink
Ensure EIS records overflow gracefully when rendered in the browser (…
Browse files Browse the repository at this point in the history
…CFM-363) (#215)
  • Loading branch information
arlen authored Sep 13, 2024
1 parent fa846da commit e285d14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/webroot/css/co-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
Expand Down

0 comments on commit e285d14

Please sign in to comment.