Bootstrap 4 - word wrap text without change the height
问题 Coming from: Twitter Bootstrap Button Text Word Wrap How can I set the word wrap of a text inside a button in bootstrap 4, without change the height or with all buttons with the same height? For example: <div class="container"> <div class="row"> <div class="col-sm"> <button id="1" type="button" class="btn spectral btn-secondary btn-block cbb ">Opciones Generales</button> </div> <div class="col-sm"> <button id="2" type="button" class="btn spectral btn-secondary btn-block cbb">1</button> </div>