Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Schatz <jschatz@gitlab.com>2016-06-29 07:34:29 +0300
committerRobert Speicher <rspeicher@gmail.com>2016-06-29 17:49:05 +0300
commit2bb054c461043bf4770e6691f4142526ed03491b (patch)
tree12403be7a60b02daf7b5296da904df2edd25b15c /CHANGELOG
parent58bbf0e81ad32634e95f8bd8e7620b42657266d7 (diff)
Merge branch 'new-mr-avatar-alignment' into 'master'
Fixed avatar alignment in new MR view ## What does this MR do? Fixes the alignment of the avatar in new MR view. Closes #19076 ## Screenshots (if relevant) ![Screen_Shot_2016-06-24_at_12.53.58](/uploads/fc94faf2e48f194852693b7ae79e8fa3/Screen_Shot_2016-06-24_at_12.53.58.png) See merge request !4901 (cherry picked from commit 3611ee5663a25bc619b7c2201908af99dc58debf)
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index e974d6f8dab..2ea3f96e760 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -10,6 +10,7 @@ v 8.9.3
- Remove duplicate new page btn from edit wiki. !4904
- Use clock_gettime for all performance timestamps. !4899
- Use memorized tags array when searching tags by name. !4859
+ - Fixed avatar alignment in new MR view. !4901
v 8.9.2
- Fix visibility of snippets when searching.