mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-12-27 02:39:53 +01:00
Fix Markdown table CSS (#3126)
This commit is contained in:
@@ -1527,6 +1527,7 @@ div.markdown-body code {
|
||||
|
||||
div.markdown-body table {
|
||||
max-width: 100%;
|
||||
width: max-content;
|
||||
overflow: auto;
|
||||
display: block;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user