-
- Downloads
There was a problem fetching the pipeline summary.
Merge branch '23545-distorted-images' into 'master'
23545 Fix distorted project and group avatars ## What does this MR do? Wraps project and group avatars in image container to prevent distortion ## Are there points in the code the reviewer needs to double check? - Group/project lists - Group/project pages - Group/project admin pages - Group/project edit pages ## Screenshots (if relevant) ### Before  ### After  ## Does this MR meet the acceptance criteria? - [ ] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG.md) entry added - [ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [ ] API support added - Tests - [ ] Added for this feature/bug - [ ] All builds are passing - [ ] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [ ] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [ ] Branch has no merge conflicts with `master` (if it does - rebase it please) - [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? Closes #23545 See merge request !7206
No related branches found
No related tags found
Pipeline #
Showing
- app/assets/stylesheets/framework/avatar.scss 43 additions, 20 deletionsapp/assets/stylesheets/framework/avatar.scss
- app/assets/stylesheets/framework/lists.scss 0 additions, 4 deletionsapp/assets/stylesheets/framework/lists.scss
- app/assets/stylesheets/pages/dashboard.scss 0 additions, 4 deletionsapp/assets/stylesheets/pages/dashboard.scss
- app/assets/stylesheets/pages/groups.scss 9 additions, 0 deletionsapp/assets/stylesheets/pages/groups.scss
- app/assets/stylesheets/pages/projects.scss 2 additions, 2 deletionsapp/assets/stylesheets/pages/projects.scss
- app/views/admin/groups/_group.html.haml 2 additions, 1 deletionapp/views/admin/groups/_group.html.haml
- app/views/admin/groups/show.html.haml 2 additions, 1 deletionapp/views/admin/groups/show.html.haml
- app/views/admin/projects/index.html.haml 2 additions, 1 deletionapp/views/admin/projects/index.html.haml
- app/views/groups/edit.html.haml 2 additions, 1 deletionapp/views/groups/edit.html.haml
- app/views/groups/show.html.haml 2 additions, 1 deletionapp/views/groups/show.html.haml
- app/views/projects/_home_panel.html.haml 2 additions, 1 deletionapp/views/projects/_home_panel.html.haml
- app/views/projects/edit.html.haml 2 additions, 1 deletionapp/views/projects/edit.html.haml
- app/views/shared/groups/_group.html.haml 2 additions, 1 deletionapp/views/shared/groups/_group.html.haml
- app/views/shared/projects/_project.html.haml 5 additions, 4 deletionsapp/views/shared/projects/_project.html.haml
- app/views/users/_groups.html.haml 2 additions, 1 deletionapp/views/users/_groups.html.haml
Please register or sign in to comment