mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-01-05 23:30:02 +01:00
Horizontal scroll for too wide tables in Markdown (#3087)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user