Fix servicematrix layout in case there are only a few services being shown
refs #4180
This commit is contained in:
parent
0a5c2c5bd7
commit
5dc7d0dd56
|
@ -504,7 +504,7 @@ div.box.contactgroup div.box.entry p {
|
|||
/* Monitoring pivot table styles */
|
||||
|
||||
table.pivot {
|
||||
width: 100%;
|
||||
width: 1px; // Ensures that its cells are really of fixed width
|
||||
table-layout: fixed;
|
||||
border-spacing: 0.2em;
|
||||
border-collapse: separate;
|
||||
|
|
Loading…
Reference in New Issue