Merge pull request #973 from m-voloshin/remove-black-line

Removed black line from contact list and message list
This commit is contained in:
yanas 2016-10-03 16:35:34 -05:00 committed by GitHub
commit 3c8e704ace
2 changed files with 2 additions and 4 deletions

View File

@ -13,8 +13,7 @@
font-size: 10pt;
width: 100%;
height: 90%;
overflow-y: scroll;
overflow-x: hidden;
overflow: auto;
word-wrap: break-word;
a:link {

View File

@ -7,8 +7,7 @@
margin: 0px;
padding: 0px;
width: 100%;
overflow-y: scroll;
overflow-x: hidden;
overflow: auto;
}
.clickable {