1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

B #5161: Fix formatting datatable (#445)

(cherry picked from commit d067f2d3e9038eccc4e738f88c2c91f1798880ea)
This commit is contained in:
Sergio Betanzos 2020-11-19 09:59:18 +01:00 committed by Tino Vazquez
parent a20016ba11
commit c781e1f376
No known key found for this signature in database
GPG Key ID: 14201E424D02047E
2 changed files with 6 additions and 3 deletions

View File

@ -101,7 +101,7 @@
{{#if monitoringTableContentHTML}}
<div class="row">
<div class="large-9 columns">
<table class="dataTable" style="table-layout: fixed;">
<table class="dataTable fixed">
<thead>
<tr>
<th colspan="2">{{tr "Monitoring"}}</th>

View File

@ -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{