I've been trying to find the bootstrap equivalent of the CSS property "white-space: break-spaces" but I can't seem to find one.
My problem is that in the mobile view of my screen, the button goes out of the view since the text in it is long.
This is my button
<button class="btn btn-primary mt-3" id="send_sms_btn" type="submit">Verify & Submit Withdrawal</button>
CSS property applied to the element works fine but I can only use bootstrap. Any suggestions?