mirror of
https://github.com/go-gitea/theme.git
synced 2026-07-20 14:53:30 -04:00
[GH-ISSUE #48] Add a max width for images #5
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 @thehowl on GitHub (Jan 12, 2018).
Original GitHub issue: https://github.com/go-gitea/theme/issues/48
Currently, images will overflow from the post if they're bigger than it is. The simple fix is to add this to the CSS
@lunny commented on GitHub (Jan 12, 2018):
Any screenshot for the bug?
@thehowl commented on GitHub (Jan 12, 2018):
Without:
With the CSS:
Add a max width for imagesto [GH-ISSUE #48] Add a max width for images