mirror of
https://github.com/go-gitea/theme.git
synced 2026-07-20 14:53:30 -04:00
[GH-ISSUE #68] Documentation pages overflowing the viewport (code blocks) #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @0x5c on GitHub (Mar 17, 2019).
Original GitHub issue: https://github.com/go-gitea/theme/issues/68
As pointed out by a user named
@Pearlon the discord server, some documentation pages overflow out of the viewport, and without scrollbar, rendering them impossible to read.By investigating further, it appears that the pages with overflow are the ones with code blocks containing lines wider than the content margins. This seems to cause the margins to be pushed further out, allowing the content to extend out of the screen.
This problem is more apparent on small or narrow screens, like mobile phones.
@0x5c commented on GitHub (Mar 17, 2019):
#67 is related, but seems to only fixes part of the issue, as mentioned by the author.
Documentation pages overflowing the viewport (code blocks)to [GH-ISSUE #68] Documentation pages overflowing the viewport (code blocks)