We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54b7abf commit 205bd16Copy full SHA for 205bd16
source/css/_common/scaffolding/tables.styl
@@ -4,6 +4,10 @@
4
-webkit-overflow-scrolling: touch;
5
}
6
7
+.highlight .table-container {
8
+ margin: 0px;
9
+}
10
+
11
table {
12
width: $table-width;
13
border-collapse: collapse;
source/js/utils.js
@@ -298,7 +298,7 @@ NexT.utils = NexT.$u = {
298
$(document).ready(function() {
299
300
function wrapTable() {
301
- $('table').not('figure table').wrap('<div class="table-container"></div>');
+ $('table').wrap('<div class="table-container"></div>');
302
303
304
/**
0 commit comments