added bottom spacing for table in markdown preview (#124385)

This commit is contained in:
Hassan Sani 2021-05-24 20:14:01 +01:00 committed by GitHub
parent a8e7253de0
commit dbdc7a259e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -152,6 +152,7 @@ h1 {
table {
border-collapse: collapse;
margin-bottom: 0.7em;
}
th {