Some contact list styling adjustments

This commit is contained in:
yanas 2016-10-17 16:14:41 -05:00
parent 13d187b878
commit 5597847190
1 changed files with 4 additions and 2 deletions

View File

@ -8,7 +8,6 @@
margin-top: 16px;
padding: 0px;
width: 100%;
overflow: auto;
}
.clickable {
@ -25,7 +24,7 @@
white-space: nowrap;
color: #FFF;
font-size: 10pt;
padding: 6px 30px;
padding: 6px 10%;
&:hover,
&:active {
@ -36,6 +35,9 @@
display: inline-block;
vertical-align: middle;
margin: 0px;
width: 100%;
text-overflow: ellipsis;
overflow: hidden;;
}
}
}