Paragraph Limit
Set a limit to <p>
by CJ Juarez
HTML
<p>Breaking India: Western Interventions in Dravidian and Dalit Faultlines is a book written by Rajiv Malhotra and Aravindan Neelakandan which argues that India's integrity is being undermined.</p>
CSS
p {
width: 450px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}