/*!
 * Author: Gino Suárez
 * v1.0.0
 */
.text-sm-wrap {
    width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
