diff --git a/web/assets/stylesheets/application.css b/web/assets/stylesheets/application.css index 0e6b2a1b..1e2100d0 100755 --- a/web/assets/stylesheets/application.css +++ b/web/assets/stylesheets/application.css @@ -197,6 +197,18 @@ td form { padding: 0px; } +.table td { + /* Non standard for webkit */ + word-break: break-word; + + -webkit-hyphens: auto; + -moz-hyphens: auto; + hyphens: auto; + + -ms-word-break: break-all; + word-break: break-all; +} + table .table-checkbox label { height: 100%; width: 100%;