File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 258
258
margin : 1rem 0 0 ;
259
259
}
260
260
261
- .doc table .tableblock {
262
- background : var (--body-background );
263
- font-size : calc (15 / var (--rem-base ) * 1rem );
264
- }
265
-
266
261
.doc > table .tableblock ,
267
262
.doc > table .tableblock + * ,
268
263
.doc .tablecontainer ,
272
267
margin-top : 1.5rem ;
273
268
}
274
269
270
+ .doc table .tableblock {
271
+ background : var (--body-background );
272
+ font-size : calc (15 / var (--rem-base ) * 1rem );
273
+ }
274
+
275
275
@media screen and (min-width : 1024px ) {
276
276
.doc table .tableblock {
277
277
/*
285
285
}
286
286
}
287
287
288
- .doc table .tableblock pre {
289
- font-size : inherit;
290
- }
291
-
292
288
.doc p .tableblock + p .tableblock {
293
289
margin-top : 0.5rem ;
294
290
}
295
291
292
+ .doc table .tableblock pre {
293
+ font-size : inherit;
294
+ }
295
+
296
296
.doc td .tableblock > .content {
297
297
word-wrap : anywhere; /* aka overflow-wrap; used when hyphens are disabled or aren't sufficient */
298
298
}
You can’t perform that action at this time.
0 commit comments