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 fe9e3b6 commit 640192fCopy full SHA for 640192f
src/css/doc.css
@@ -236,7 +236,15 @@
236
.doc table.tableblock {
237
background: var(--body-background);
238
font-size: calc(15 / var(--rem-base) * 1rem);
239
- margin: 1.5rem 0 0;
+}
240
+
241
+.doc > table.tableblock,
242
+.doc > table.tableblock + *,
243
+.doc .tablecontainer,
244
+.doc .tablecontainer + *,
245
+.doc :not(.tablecontainer) > table.tableblock,
246
+.doc :not(.tablecontainer) > table.tableblock + * {
247
+ margin-top: 1.5rem;
248
}
249
250
@media screen and (min-width: 1024px) {
@@ -256,10 +264,6 @@
256
264
font-size: inherit;
257
265
258
266
259
-.doc table.tableblock + * {
260
- margin-top: 1.5rem;
261
-}
262
-
263
267
.doc p.tableblock + p.tableblock {
268
margin-top: 0.5rem;
269
0 commit comments