Skip to content

Commit b39cdf5

Browse files
committed
ibg-TTD-786-tables
1 parent 60a90d8 commit b39cdf5

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

package-lock.json

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
},
5252
"overrides": {
5353
"body-parser@1": "1.20.3",
54-
"path-to-regexp@0": "0.1.10",
54+
"path-to-regexp@0": "0.1.12",
5555
"path-to-regexp@1": "1.9.0",
5656
"path-to-regexp@2": "8.0.0"
5757
},

src/css/markdown.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
vertical-align: top;
2424
}
2525

26+
table th {
27+
text-align: left;
28+
}
29+
2630
thead {
2731
@extend .type-eta;
2832
}

0 commit comments

Comments
 (0)