layout: 'centered' → component with "w-full" not shown #24428
Unanswered
severinlandolt
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there,
I am struggling with components that are not displayed when
layout: "centered"
is set. The component in question has "w-full" in its root and does not have a fixed width. From issue #14028, I've read that flex is applied, and one solution might be to addflex-1
.Adding flex-1 to the component story does not work.
1. Are there any other solutions to that?
2. Where do I have to add
flex-1
?I am using SB 7.4.6 and I have the following story:
Beta Was this translation helpful? Give feedback.
All reactions