From 456091996e33b51e53c52f2a322df7696490dfff Mon Sep 17 00:00:00 2001 From: Jonathan Bobel Date: Wed, 7 Feb 2024 13:57:21 -0500 Subject: [PATCH] 1190 - bug - URL not wrapping in table --- app/assets/sass/uswds/_uswds-theme-custom-styles.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/sass/uswds/_uswds-theme-custom-styles.scss b/app/assets/sass/uswds/_uswds-theme-custom-styles.scss index b5f2147cd..8e841d225 100644 --- a/app/assets/sass/uswds/_uswds-theme-custom-styles.scss +++ b/app/assets/sass/uswds/_uswds-theme-custom-styles.scss @@ -354,6 +354,7 @@ td.table-empty-message { } .file-list-hint { margin: 0; + word-break: break-word; } .table-field, .table-field-right-aligned { width: 50%;