From eac01836e382578e5aa9d787cd1c5ace028d3f1f Mon Sep 17 00:00:00 2001 From: Phil Hughes Date: Fri, 29 Sep 2017 16:54:49 +0100 Subject: Fixed commit avatar being aligned vertically Closes #38411 --- app/assets/stylesheets/framework/lists.scss | 4 ++++ changelogs/unreleased/commit-row-avatar-align-top.yml | 5 +++++ 2 files changed, 9 insertions(+) create mode 100644 changelogs/unreleased/commit-row-avatar-align-top.yml diff --git a/app/assets/stylesheets/framework/lists.scss b/app/assets/stylesheets/framework/lists.scss index 0fb19344510..badc7b0eba3 100644 --- a/app/assets/stylesheets/framework/lists.scss +++ b/app/assets/stylesheets/framework/lists.scss @@ -229,6 +229,10 @@ ul.content-list { .label-default { color: $gl-text-color-secondary; } + + .avatar-cell { + align-self: flex-start; + } } .panel > .content-list > li { diff --git a/changelogs/unreleased/commit-row-avatar-align-top.yml b/changelogs/unreleased/commit-row-avatar-align-top.yml new file mode 100644 index 00000000000..aa5ab770bd8 --- /dev/null +++ b/changelogs/unreleased/commit-row-avatar-align-top.yml @@ -0,0 +1,5 @@ +--- +title: Fixed commit avatars being centered vertically +merge_request: +author: +type: fixed -- cgit v1.2.1