asciinema / asciinema

Terminal session recorder 📹

Home Page:https://asciinema.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New empty line after every each line in embedded Hugo page/player

jdedev opened this issue · comments

Hi All,
First of all, thank you for the awesome product.

My issue is most likely related to the Hugo embedded page setup.
I guess I would need to seek some help from the Hugo community, just wanted to start somewhere.

So basically, every line in recording is being followed by a new empty line.
Please see the behaviour in the link below.

https://test.jdedev.org/blog/asciinema/
https://test.jdedev.org/blog/hugo/jdedev.asciinema.mp4

Thanks.

As expected a Hugo css/style issue.

Solution is here.
https://discourse.gohugo.io/t/new-empty-line-after-every-each-line-in-embedded-hugo-page-asciinema-player/35243/2?u=jdedev

scss/style.min.css
.content * { margin-bottom: 20px; }