Skip to content
This repository has been archived by the owner on Feb 19, 2023. It is now read-only.

Pictures in detail view are not shown properly #121

Closed
gasserandreas opened this issue May 19, 2019 · 1 comment
Closed

Pictures in detail view are not shown properly #121

gasserandreas opened this issue May 19, 2019 · 1 comment
Assignees
Labels
Bug Something isn't working

Comments

@gasserandreas
Copy link
Owner

gasserandreas commented May 19, 2019

Not possible to reproduce issue

Update: 21.May 2019
Issue seems to be related to missing css props for image wrapper div.

@gasserandreas gasserandreas self-assigned this May 19, 2019
@gasserandreas gasserandreas added the Bug Something isn't working label May 19, 2019
@gasserandreas
Copy link
Owner Author

Seems to be an CSS isssue, easy to fix by adding:
position: relative; display: inline;
to div which wraps the actual Image.

gasserandreas added a commit that referenced this issue May 21, 2019
…mage-render-bug

fix(#121): fixed display bug for detail view image
gasserandreas pushed a commit that referenced this issue May 29, 2019
# [1.3.0](v1.2.0...v1.3.0) (2019-05-29)

### Bug Fixes

* **#113:** init app properly before loading additional views to prevent invalid auth session states ([6e8528d](6e8528d)), closes [#113](#113)
* **#117:** Updated snapshots after Jest upgrade ([656ff72](656ff72)), closes [#117](#117)
* **#118:** Fixed npm vulnerability issues ([328b512](328b512))
* **#121:** fixed display bug for detail view image ([e525860](e525860))
* **#124:** Change file ending for json data files ([6e3fb36](6e3fb36)), closes [#124](#124)
* **#130:** Fixed visibility bug for image / label selector ([7e6265f](7e6265f))
* **#132:** app is loaded after rehydration ([ebc388f](ebc388f)), closes [#132](#132)
* **#133:** revert redux bundle split ([52d612a](52d612a)), closes [#133](#133)
* **#136:** updated packages and dependencies ([fe1d691](fe1d691)), closes [#136](#136)

### Features

* **#110:** added GitHub actions for new PRs ([2fcaa24](2fcaa24)), closes [#110](#110)
* **#115:** added dynamic import to redux implementation ([8f295e0](8f295e0)), closes [#115](#115)
* **#115:** enabled lazy loading for AppRoutes ([da9e6f8](da9e6f8)), closes [#115](#115)
* **#117:** Updated to latest react-scripts ([ef3bc86](ef3bc86)), closes [#117](#117)
* **#125:** improved lodash import ([81bddf9](81bddf9)), closes [#125](#125)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant