css - How do you prevent text from spilling over the edges of boxes when the browser's text size gets increased? -
As a web developer, how do you prevent spilling on the edges of text when the text size of the browser increases?
There is nothing to do to ensure that your layout does not limit the height , So the text can still fit in the box.
If you absolutely need to limit the size, then you use the overflow: Auto
CSS declaration box display scrollbar To make the material is too big to fit when.
Comments
Post a Comment