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 e3825d2021..f49fc8e22d 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}}
- +
diff --git a/src/sunstone/public/scss/app.scss b/src/sunstone/public/scss/app.scss index c21c3789da..2e937c52f1 100644 --- a/src/sunstone/public/scss/app.scss +++ b/src/sunstone/public/scss/app.scss @@ -259,8 +259,11 @@ select.mb_input_unit { tr{ vertical-align: top; } - td{ - word-break: break-word; + &.fixed { + table-layout: fixed; + td { + word-break: break-word; + } } } .jGrowl-message{
{{tr "Monitoring"}}