You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a Table that has the width set like below. When the data is scrolled down to show more data the width: set is ignored and set to the width of the content.
The width style is getting set correctly, it’s just the browser is ignoring it because the content is too big. I guess maybe we have to provide a way to set the max-width style, too?
I have a Table that has the width set like below. When the data is scrolled down to show more data the width: set is ignored and set to the width of the content.
https://observablehq.com/d/1c8e433aa1faacd5
I expected the width I set to be locked in.
The text was updated successfully, but these errors were encountered: