diff --git a/src/style/_table.scss b/src/style/_table.scss index 007be5c0400..864a240c239 100644 --- a/src/style/_table.scss +++ b/src/style/_table.scss @@ -102,8 +102,8 @@ table } .markdown, .renderedMarkdown { - p { - margin: 0; + p:first-child { + margin-top: 0; } } } @@ -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; } } }