1
1
mirror of https://github.com/go-gitea/gitea synced 2025-02-02 13:04:37 +00:00
pgodwin 832bf218ec Allow markdown table to scroll (#4401)
* Allow markdown table to scroll

`overflow:auto` isn't effective when a table is wider than the container. Adding `display:block` fixes this issue.
2019-01-21 12:51:28 -05:00
..