summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harris <harrisryan1@gmail.com>2016-11-26 16:14:02 -0500
committerRyan Harris <harrisryan1@gmail.com>2016-11-26 16:14:02 -0500
commit34c550b054c77699d795cec1daf90b23b2fb7ba5 (patch)
tree74f1791c3c5415719fe25f249ce78500a83bfd62
parent70d4d2fb27c80e64228d03a5375730cc3742ed45 (diff)
downloadgitlab-ce-34c550b054c77699d795cec1daf90b23b2fb7ba5.tar.gz
Fix the width of project avatars in order to adjust alignment within their container element
-rw-r--r--app/assets/stylesheets/framework/avatar.scss1
-rw-r--r--changelogs/unreleased/24999-fix-project-avatar-alignment.yml4
2 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/avatar.scss b/app/assets/stylesheets/framework/avatar.scss
index ad0d387067f..c0dd1cb3667 100644
--- a/app/assets/stylesheets/framework/avatar.scss
+++ b/app/assets/stylesheets/framework/avatar.scss
@@ -80,6 +80,7 @@
border-radius: 0;
border: none;
height: auto;
+ width: 100%;
margin: 0;
align-self: center;
}
diff --git a/changelogs/unreleased/24999-fix-project-avatar-alignment.yml b/changelogs/unreleased/24999-fix-project-avatar-alignment.yml
new file mode 100644
index 00000000000..7af812e7359
--- /dev/null
+++ b/changelogs/unreleased/24999-fix-project-avatar-alignment.yml
@@ -0,0 +1,4 @@
+---
+title: Adjust the width of project avatars to fix alignment within their container
+merge_request:
+author: Ryan Harris