Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/style/_table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ table {
border-width: 1px;
}

.markdown,
.renderedMarkdown {
p {
.markdown:first-child,
.renderedMarkdown:first-child {
p:first-child {
margin: 0;
}
}
Expand Down Expand Up @@ -170,7 +170,7 @@ table {

.markdown,
.renderedMarkdown {
p {
p:first-child {
margin: 0;
}
}
Expand Down