diff --git a/src/sunstone/public/app/tabs/vms-tab/panels/info/html.hbs b/src/sunstone/public/app/tabs/vms-tab/panels/info/html.hbs index aa02804fff..e3825d2021 100644 --- a/src/sunstone/public/app/tabs/vms-tab/panels/info/html.hbs +++ b/src/sunstone/public/app/tabs/vms-tab/panels/info/html.hbs @@ -101,7 +101,7 @@ {{#if monitoringTableContentHTML}}
{{tr "Monitoring"}} | diff --git a/src/sunstone/public/scss/app.scss b/src/sunstone/public/scss/app.scss index 1372fa957f..c21c3789da 100644 --- a/src/sunstone/public/scss/app.scss +++ b/src/sunstone/public/scss/app.scss @@ -259,6 +259,9 @@ select.mb_input_unit { tr{ vertical-align: top; } + td{ + word-break: break-word; + } } .jGrowl-message{ display: -webkit-box;
---|