Fix servicematrix layout in case there are only a few services being shown

refs #4180
This commit is contained in:
Johannes Meyer 2014-03-12 15:40:42 +01:00
parent 0a5c2c5bd7
commit 5dc7d0dd56
1 changed files with 1 additions and 1 deletions

View File

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