I have used bootstrap media classes, i want to break in new line my title and description(clamp and place ellipsis if it exceeds width), i have used following css properties on and
tags as well but it is not working i.e.
white-space: nowrap;
text-overflow: ellipsis;
overflow:hidden;
title is overflowing from div, i just want to fit it in width by applying above css. it is working fine in chrome. but not in firefox.