Remove double border from compare page
This commit is contained in:
parent
c298cd9c40
commit
ce9357e8a7
1 changed files with 8 additions and 0 deletions
|
@ -48,3 +48,11 @@
|
|||
line-height: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
.panel-default {
|
||||
.table-list-row:last-child {
|
||||
.table-list-cell {
|
||||
border-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue