We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fd1bcc commit cdf5ad5Copy full SHA for cdf5ad5
1 file changed
index.html
@@ -1,7 +1,7 @@
1
<!doctype html>
2
3
<html>
4
-<markdown-html version="1.18.5" author="PJ568" repo="https://github.com/PJ-568/markdown.html"
+<markdown-html version="1.18.6" author="PJ568" repo="https://github.com/PJ-568/markdown.html"
5
license="CC BY-SA 4.0 International"></markdown-html>
6
7
<head>
@@ -960,14 +960,15 @@
960
border: .1rem solid rgba(0, 0, 0, 0.05);
961
}
962
963
- .markdown-body table td,
964
- .markdown-body table th {
965
- border-right: .1rem solid rgba(0, 0, 0, 0.05);
+ .markdown-body table>* {
+ overflow-y: scroll;
966
967
968
.markdown-body table td,
969
.markdown-body table th {
+ border-right: .1rem solid rgba(0, 0, 0, 0.05);
970
border-top: .1rem solid rgba(0, 0, 0, 0.05);
971
+ padding: .4rem;
972
973
974
.markdown-body table td:last-child,
0 commit comments