mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
(cherry picked from commit d067f2d3e9038eccc4e738f88c2c91f1798880ea)
This commit is contained in:
parent
a20016ba11
commit
c781e1f376
@ -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>
|
||||
|
@ -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{
|
||||
|
Loading…
x
Reference in New Issue
Block a user