We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 059cfe3 commit efe6eb5Copy full SHA for efe6eb5
src/style/_table.scss
@@ -90,9 +90,9 @@ table {
90
border-width: 1px;
91
}
92
93
- .markdown,
94
- .renderedMarkdown {
95
- p {
+ .markdown:first-child,
+ .renderedMarkdown:first-child {
+ p:first-child {
96
margin: 0;
97
98
@@ -170,9 +170,12 @@ table {
170
171
.markdown,
172
.renderedMarkdown {
173
174
175
176
+ p:last-child {
177
+ margin-bottom: 0;
178
+ }
179
180
181
0 commit comments