Ellipsis is not showing the dots when text is clipped.
.translation_wrap{
width: 180px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
<p class="tooltipparent translation_wrap" title="{{'NOT_IN_AUTO' | translate }}"><label>{{'NOT_IN_AUTO' | translate}}</label></p>
Result :
