From c781e1f376919d4ef585feb254a4b4235860d99a Mon Sep 17 00:00:00 2001 From: Sergio Betanzos Date: Thu, 19 Nov 2020 09:59:18 +0100 Subject: [PATCH] B #5161: Fix formatting datatable (#445) (cherry picked from commit d067f2d3e9038eccc4e738f88c2c91f1798880ea) --- src/sunstone/public/app/tabs/vms-tab/panels/info/html.hbs | 2 +- src/sunstone/public/scss/app.scss | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) 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"}}