diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index 039047852..c076e3a01 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -271,6 +271,8 @@ dl { dd { grid-column-start: 2; + width: calc(100% - 10rem); + word-wrap: break-word; } } @@ -373,4 +375,8 @@ div.form-subcommunities .form-check{ .hidden-element { display: none; -} \ No newline at end of file +} + +table.dataTable { + overflow-wrap: anywhere +}