monitoring/CSS: Fix border-spacing of state-table

refs #5543
This commit is contained in:
Eric Lippmann 2015-11-04 17:49:00 +01:00
parent 3e77384700
commit eda7f76d61
1 changed files with 2 additions and 1 deletions

View File

@ -144,7 +144,8 @@
.state-table {
border-collapse: separate;
border-spacing: 1px;
border-spacing: 0 1px;
width: 100%;
tr[href] {
&.active {