Y
Hacker News
new
|
ask
|
show
|
jobs
by
1718627440
198 days ago
width: fit-content; margin: auto;
1 comments
Aardwolf
198 days ago
That changes the width, I guess I should have specified fixed width
link
1718627440
198 days ago
What is a fixed with, that is not a has not a fix value?
link
Aardwolf
198 days 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
link
1718627440
198 days ago
Then you just do width: <width in ems> em; ? I thought you didn't want to specify a width.
link