Fix/image height overflow (#962)

* set height constraints

* fix cropped image

* update version info

* add changelog to sidebar
This commit is contained in:
Hayden
2022-02-04 08:13:12 -09:00
committed by GitHub
parent 4b9dcf95f9
commit 820fde36db
6 changed files with 36 additions and 19 deletions

View File

@@ -0,0 +1,15 @@
# v0.5.6 - Bug Fixes
**App Version: v0.5.6**
**Database Version: v0.5.0**
## Breaking Changes
!!! error "Breaking Changes"
None
## Bug Fixes
- Fixed image overflow on recipe pages [#961](https://github.com/hay-kot/mealie/issues/961)

View File

@@ -94,6 +94,7 @@ nav:
- Style Guide: "contributors/developers-guide/style-guide.md"
- Development Road Map: "roadmap.md"
- Change Log:
- v0.5.6 Bug Fixes: "changelog/v0.5.6.md"
- v0.5.5 Bug Fixes: "changelog/v0.5.5.md"
- v0.5.4 Bug Fixes: "changelog/v0.5.4.md"
- v0.5.3 Bug Fixes: "changelog/v0.5.3.md"