#2983 fixed css for table (#3082)

This commit is contained in:
Zain Aftab
2022-07-13 04:19:21 +05:00
committed by GitHub
parent 429cf54bd4
commit 594ae2bb7e

View File

@@ -1526,7 +1526,8 @@ div.markdown-body code {
} }
div.markdown-body table { div.markdown-body table {
/*width: 100%;*/ table-layout:fixed;
width:100%;
margin-bottom: 20px; margin-bottom: 20px;
} }