Skip to content

Commit

Permalink
Ensure EnvSource values wrap gracefully (CFM-116) (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
arlen authored Mar 1, 2025
1 parent 53236fd commit 435fd31
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 @@ -2172,6 +2172,9 @@ ul.form-list li.petition-enrollee-items .petition-inline-value a {
.env-source-key {
font-size: 0.9em;
}
.env-source-value {
word-break: break-all;
}
ul#view_Petitions.form-list li.env-source-key-value-newgroup {
border-top: 1px solid var(--cmg-color-bg-005);
}
Expand Down

0 comments on commit 435fd31

Please sign in to comment.