diff --git a/docs-web/src/main/webapp/index.html b/docs-web/src/main/webapp/index.html index 52f78eb6..a829a852 100644 --- a/docs-web/src/main/webapp/index.html +++ b/docs-web/src/main/webapp/index.html @@ -53,7 +53,7 @@ \ No newline at end of file diff --git a/docs-web/src/main/webapp/partial/document.html b/docs-web/src/main/webapp/partial/document.html index 6e0f37a5..429d865a 100644 --- a/docs-web/src/main/webapp/partial/document.html +++ b/docs-web/src/main/webapp/partial/document.html @@ -15,9 +15,9 @@
- + to - +
diff --git a/docs-web/src/main/webapp/partial/settings.log.html b/docs-web/src/main/webapp/partial/settings.log.html index bd9046f2..624a830b 100644 --- a/docs-web/src/main/webapp/partial/settings.log.html +++ b/docs-web/src/main/webapp/partial/settings.log.html @@ -12,7 +12,7 @@ ng-class="{ info: log.level == 'INFO' || log.level == 'DEBUG', warn: log.level == 'WARN', error: log.level == 'ERROR' || log.level == 'FATAL' }"> {{ log.date | date: 'yyyy-MM-dd HH:mm' }} {{ log.tag }} - {{ log.message }} + {{ log.message }} diff --git a/docs-web/src/main/webapp/style/main.less b/docs-web/src/main/webapp/style/main.less index 7709a7ce..adbdbc34 100644 --- a/docs-web/src/main/webapp/style/main.less +++ b/docs-web/src/main/webapp/style/main.less @@ -16,6 +16,10 @@ &:first-child { white-space: nowrap; } + + .cell-message { + word-wrap: break-word; + } } }