diff --git a/src/main/resources/static/css/main.css b/src/main/resources/static/css/main.css index 335832df..4d089e3a 100644 --- a/src/main/resources/static/css/main.css +++ b/src/main/resources/static/css/main.css @@ -580,3 +580,7 @@ a { text-decoration: none!important; } +.wrap-text{ + white-space: normal; + word-break: break-word; +} \ No newline at end of file diff --git a/src/main/resources/static/js/gw.history.js b/src/main/resources/static/js/gw.history.js index 68136e65..ffcf5381 100644 --- a/src/main/resources/static/js/gw.history.js +++ b/src/main/resources/static/js/gw.history.js @@ -434,6 +434,10 @@ GW.history = { columnDefs : [ { type: 'time-date-sort', targets: [1], + }, + { + targets: [3], + className: 'wrap-text' } ], order: [[ 1, "desc" ]],