Comment by Aardwolf
7 hours ago
I mean elements with a width set in pixels, ems or some other unit. Setting width to 'fit-content' would override the width you set and then the element may overlap others to the right of it
7 hours ago
I mean elements with a width set in pixels, ems or some other unit. Setting width to 'fit-content' would override the width you set and then the element may overlap others to the right of it
Then you just do width: <width in ems> em; ? I thought you didn't want to specify a width.