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