Skip to content

Commit

Permalink
Merge pull request ESIPFed#569 from ESIPFed/history_table_overflow
Browse files Browse the repository at this point in the history
history table overflow issue
  • Loading branch information
srinijammula authored Oct 7, 2024
2 parents 4c884da + d61ae09 commit f875ea5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -580,3 +580,7 @@ a {
text-decoration: none!important;
}

.wrap-text{
white-space: normal;
word-break: break-word;
}
4 changes: 4 additions & 0 deletions src/main/resources/static/js/gw.history.js
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,10 @@ GW.history = {
columnDefs : [
{ type: 'time-date-sort',
targets: [1],
},
{
targets: [3],
className: 'wrap-text'
}
],
order: [[ 1, "desc" ]],
Expand Down

0 comments on commit f875ea5

Please sign in to comment.