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
With the above code I get a an open space under my avatar picture when shown in storybook, but it looks ok in normal browser view. It seems the height of the image is 95px in storybook and 91 in normal browser view. If I add a style with display:block like this:
I found out what was wrong. I have a css file that is automatically loaded in my meteor app and this file is not loaded by it self in storybook. Fixed the problem by adding:
Just discovered that I get extra height on images when they are displayed in story book:
I have:
With the above code I get a an open space under my avatar picture when shown in storybook, but it looks ok in normal browser view. It seems the height of the image is 95px in storybook and 91 in normal browser view. If I add a style with display:block like this:
Then it looks fine in both views. I belive this must be a bug.
The text was updated successfully, but these errors were encountered: