You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Feature request
[ ] Documentation issue or request
[x] Support request
Current behavior
Currently the thumbnail images are poorly laid out, meaning there is no even spacing in between, especially vertically where the images basically connect.
Expected behavior
I would like to add spacing between the thumbnails to be more esthetically appealing. I have tried in different several ways to style the elements in my component css file, but was not successful. I also was not able to locate any documentation on the subject. Could you please advice on how to accomplish this?
Minimal reproduction of the problem with instructions
What is the motivation / use case for changing the behavior?
Environment (the most important section to fill very carefully)
- Node version: v10.10.0
- npm version: 6.4.1
- Operating System and version: Mac
- Angular version: 6.2.4
- angular-cli version (or SystemJS/Webpack): 6.2.4
- I'm using Server Side Rendering with angular-universal: YES
- I'm compiling with mode: PROD
Browser:
- [ ] Chrome (desktop) version XX
- [ ] Chrome (Android) version XX
- [ ] Chrome (iOS) version XX
- [ ] Firefox version XX
- [ ] Safari (desktop) version XX
- [ ] Safari (iOS) version XX
- [ ] IE version XX
- [ ] Edge version XX
Others:
The text was updated successfully, but these errors were encountered:
You are right I'll add a small margin in next releases.
However, right now you can create your own custom layout using your css. I have some examples both in the doc and in the repo.
I'm submitting a...
Current behavior
Currently the thumbnail images are poorly laid out, meaning there is no even spacing in between, especially vertically where the images basically connect.
Expected behavior
I would like to add spacing between the thumbnails to be more esthetically appealing. I have tried in different several ways to style the elements in my component css file, but was not successful. I also was not able to locate any documentation on the subject. Could you please advice on how to accomplish this?
Minimal reproduction of the problem with instructions
My official live example on StackBlitz (based on https://stackblitz.com/edit/angular-modal-gallery-v5) is:
What is the motivation / use case for changing the behavior?
Environment (the most important section to fill very carefully)
The text was updated successfully, but these errors were encountered: