Skip to content
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.

Whitespace at bottom of images #34

Closed
azharc opened this issue Jan 18, 2018 · 4 comments
Closed

Whitespace at bottom of images #34

azharc opened this issue Jan 18, 2018 · 4 comments

Comments

@azharc
Copy link

azharc commented Jan 18, 2018

The span.imageset element has a little whitespace below the image. I don't believe I have other styles causing this, but feel free to close/ignore if you can't replicate.

In case you can, here's how I fixed it.

1
2

@azharc
Copy link
Author

azharc commented Jan 18, 2018

Setting display:flex to the span.imageset element also works as a fix.

@fabianmichael
Copy link
Owner

Can you give me access to a demo, so I can check where the issues comes from?

In general, as .imageset is displayed as inline-block to behave like a normal image. I never tested with display: flex, but you can also safely use display: block on the .imageset element if you want to get rid of bottom whitespace.

@fabianmichael
Copy link
Owner

#35

@fabianmichael
Copy link
Owner

Notice for setting display: block has been added to readme in cb36c2c

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants