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
path: root/app
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-07-07 10:44:02 +0300
committerPhil Hughes <me@iamphill.com>2016-07-07 10:44:02 +0300
commitb8c521fa6acf07f723529970865b42b536b8120f (patch)
treebf14d714bfd4576102ed086678dbaa1f13533cbf /app
parentecfbb96384b2712aaf6c03dd04a3236b0578e18d (diff)
Fixed commit avatar alignment in compare view
Closes #19567
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/framework/lists.scss6
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 {