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
Nikhil Malalikar
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.