mirror of
https://github.com/go-gitea/gitea
synced 2025-10-27 17:38:25 +00:00
If the content is quite large the diff body overflows the container and can not be read. This is fixed by setting the diff body maximum width to 100% and enable overflow scrollbars: before | after ---|---  |  Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>