Skip to content

Horizontal lines in gist embed #219

Answered by jpanther
Abufari asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks for the question. This behaviour is because the gist embed inserts its contents as a HTML table and Congo styles table rows with a bottom border. If you don't want this behaviour, add some custom CSS to your project to remove the border. Something like this should do the trick:

.gist table tr {
    border-bottom: none;
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Abufari
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants