Horizontal scroll for too wide tables in Markdown (#3087)

This commit is contained in:
Naoki Takezoe
2022-07-13 21:24:58 +09:00
committed by GitHub
parent 594ae2bb7e
commit 4396b6eab5

View File

@@ -1526,9 +1526,9 @@ div.markdown-body code {
}
div.markdown-body table {
table-layout:fixed;
width:100%;
margin-bottom: 20px;
max-width: 100%;
overflow: auto;
display: block;
}
div.markdown-body table th,