Skip to content

Sizing issues #201

Answered by csandman
vresetnikov asked this question in Q&A
Oct 10, 2022 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

EDIT: Here's my real answer:

NOTE: There was one issue I noticed (#202) while making this example, a default style from Chakra's theme that was causing the MenuList to be cut off at the end if it was below a certain width. You should update to v4.2.6 to avoid this issue!

Ah ok, I see what your problem is then! Well, both problems actually.

  1. When using a table layout, the size of each column is determined by its content. All 3 of the headers you're using don't have exact widths so the sizing for the columns will instead be based on their body content (or something along those lines, tables are weird), and because your third column has the smallest content, that Select get's shrunk.

Here's…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@vresetnikov
Comment options

@csandman
Comment options

@vresetnikov
Comment options

Answer selected by vresetnikov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants