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 92e9548 commit e0f47deCopy full SHA for e0f47de
src/css/doc.css
@@ -190,7 +190,7 @@
190
.doc table.tableblock {
191
border-collapse: collapse;
192
font-size: calc(15 / var(--rem-base) * 1rem);
193
- margin: 2rem 0;
+ margin: 1.5rem 0 0;
194
/* enable table-layout: fixed if you want the table width to be enforced strictly */
195
/* alternative is to wrap table in div and set overflow-x: auto on the wrapper */
196
/* another alternative is to set overflow-x: auto and display: block on table (but this breaks table borders) */
@@ -203,6 +203,10 @@
203
*/
204
}
205
206
+.doc table.tableblock + * {
207
+ margin-top: 1.5rem;
208
+}
209
+
210
.doc td.tableblock > .content > :first-child {
211
margin-top: 0;
212
0 commit comments