#contentTable{
table-layout:fixed;
}
.contentShort{
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
width:80px;
}
=======================================
<table >
=======================================
<td class="contentShort">${mapData.title}</td>
=======================================