Search code examples
cssreactjswindowsizeborder

How to make sure border boxes auto adjust to window size in react


I have been adding borders to text on react but run into problem wheer if window size is decreased the borders do not fit. What is the property to have these adjust.

I attached two pictures to better explain problem.normal sizing of borders with full window

reduced size of window


Solution

  • The css you are looking for is display:block