I've searched extensively for a bootstrap alternative to the CSS property
"white-space: break-spaces"
, but it seems elusive.
The issue I'm facing is that in the mobile view, the button extends beyond the screen due to the lengthy text within it.
Here's the button code:
<button class="btn btn-primary mt-3" id="send_sms_btn" type="submit">Verify & Submit Withdrawal</button>
While applying the CSS property directly to the element solves the problem, I am restricted to using only Bootstrap. Any recommendations?