Skip to content

Commit

Permalink
Set border-collapse: collapse.
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardsmetanin committed Oct 7, 2020
1 parent f5d3031 commit f24f365
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/ChatList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ export default {
box-sizing: border-box;
height: 100%;
overflow: auto;
padding-left: 10px;
padding-right: 10px;
padding-left: 8px;
padding-right: 8px;
padding-top: 8px;
}
.chat-img-td {
Expand Down Expand Up @@ -84,8 +84,9 @@ export default {
table {
box-sizing: border-box;
width: 100%;
border-collapse: collapse;
}
tr>td {
padding-top: 5px;
padding-top: 7px;
}
</style>

0 comments on commit f24f365

Please sign in to comment.