Wrap text inside button

0
I’m trying to wrap text inside a button but for resolution more than 110% it is going beyond the button.  How do I contain it inside? I thought of breaking the word but I want to apply it only to resolution 125% or more
asked
1 answers
0

The way text wraps (if at all) is determined in your css. You'll have to apply some sort of custom styling to your button to make it behave the way you want.

 

You can find more about word wrapping in css here

 

You can read more about custom styling here

answered