Word-wrap not working in jumbotron bootstrap
I am using bootstrap jumbotron but the header will not wrap on the next line when using long text. any way to fix it?
This is what I am using in my html
<div class="jumbotron">
<h1>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</h1>
<p class="lead">Help visualize leadership networks in the Upper Midwest</p>
</div>
+3
source to share