Replies: 1 comment 1 reply
-
@julien-deramond are you sure this is not a bug? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to make col-auto to have width equal to its content as described in Auto-sizing
In my code snippet you can see I have a col-auto which has a nested grid for its children. The problem is that col-auto container's width is larger then the content of it's children. I expect it to have width equal to text in Latin.
I am looking forward to any advice or hint!
Reduced test cases
What operating system(s) are you seeing the problem on?
Windows
What browser(s) are you seeing the problem on?
Chrome
What version of Bootstrap are you using?
5.3.3
Beta Was this translation helpful? Give feedback.
All reactions