Skip to content

Commit

Permalink
fix(css): Restore paragraph spacing in parameter descriptions and res…
Browse files Browse the repository at this point in the history
…ponse descriptions
  • Loading branch information
hkosova committed Oct 3, 2024
1 parent d111183 commit e1e15b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/style/_table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ table
}

.markdown, .renderedMarkdown {
p {
margin: 0;
p:first-child {
margin-top: 0;
}
}
}
Expand Down Expand Up @@ -188,8 +188,8 @@ table
width: 99%; // forces other columns to shrink to their content widths

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

0 comments on commit e1e15b0

Please sign in to comment.