Authored by jinhu.tung

display address at least 5 characters

... ... @@ -37,7 +37,7 @@
top: 36px;
z-index: 1;
display: none;
width: 310px;
width: 410px;
li {
float: left;
... ... @@ -63,7 +63,7 @@
.dist-name {
font-size: 12px;
display: inline-block;
width: 50px;
width: 75px;
padding: 3px;
text-overflow: ellipsis;
white-space: nowrap;
... ...