Thumbnail Skeleton width bug #248
Unanswered
guidobotta
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I encountered a problem with
Thumbnail.Skeleton
, I have the following case:Which translates to the following html
The expected behavior for my case is the following:
However, this is the actual result:
The problem seems to be that the first two divs don't occupy the space provided by the parent node, so when the skeleton div gets a width of 100%, this 100% is actually 0px.
A possible solution would be to add
width: 100%
to the parents div, but I'm not sure if this is correct and enough.Beta Was this translation helpful? Give feedback.
All reactions