mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
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…
x
Reference in New Issue
Block a user