diff options
author | Phil Hughes <me@iamphill.com> | 2016-07-07 08:44:02 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-07-07 08:44:02 +0100 |
commit | b8c521fa6acf07f723529970865b42b536b8120f (patch) | |
tree | bf14d714bfd4576102ed086678dbaa1f13533cbf | |
parent | ecfbb96384b2712aaf6c03dd04a3236b0578e18d (diff) | |
download | gitlab-ce-b8c521fa6acf07f723529970865b42b536b8120f.tar.gz |
Fixed commit avatar alignment in compare viewcompare-avatar-alignment
Closes #19567
-rw-r--r-- | app/assets/stylesheets/framework/lists.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/lists.scss b/app/assets/stylesheets/framework/lists.scss index aed0b44d91b..2c40ec430ca 100644 --- a/app/assets/stylesheets/framework/lists.scss +++ b/app/assets/stylesheets/framework/lists.scss @@ -175,6 +175,12 @@ ul.content-list { .panel > .content-list > li { padding: $gl-padding-top $gl-padding; + + &.commit { + @media (min-width: $screen-sm-min) { + padding-left: 46px + $gl-padding; + } + } } ul.controls { |