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 71b90d0 commit a26ba68Copy full SHA for a26ba68
sass/_theme_layout.sass
@@ -323,6 +323,8 @@
323
z-index: $z-index-modal - 1
324
&.on
325
display: block
326
+
327
328
footer
329
color: $footer-color
330
p
@@ -392,6 +394,11 @@ footer
392
394
height: 100%
393
395
overflow: hidden
396
397
398
++media($desktop)
399
+ .wy-table-responsive table td
400
+ white-space: normal
401
402
+media($desktop-wider)
403
.wy-nav-content-wrap
404
background: rgba(0,0,0,.05)
@@ -404,3 +411,10 @@ footer
411
display: none
405
412
406
413
margin-left: 0
414
415
+ .wy-table-responsive
416
+ overflow: visible
417
+ .wy-table-responsive table td,
418
+ .wy-table-responsive table th
419
420
0 commit comments