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:
authorPhil Hughes <me@iamphill.com>2017-06-20 16:33:39 +0300
committerPhil Hughes <me@iamphill.com>2017-06-20 16:33:39 +0300
commit0337b20dbecfbe847387b69508868317269eb8ef (patch)
tree85aa00709772adce7dfa1ba0089715eb922c3d1c /app/assets/stylesheets/pages/notes.scss
parentbf57a7e80c44080dc7ec0fd774148afdae29cc31 (diff)
Fixed commit list system not gradient
Closes #33896
Diffstat (limited to 'app/assets/stylesheets/pages/notes.scss')
-rw-r--r--app/assets/stylesheets/pages/notes.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss
index 8b7df4dd72b..b6988c01b4a 100644
--- a/app/assets/stylesheets/pages/notes.scss
+++ b/app/assets/stylesheets/pages/notes.scss
@@ -250,7 +250,7 @@ ul.notes {
&::after {
content: '';
width: 100%;
- height: 67px;
+ height: 70px;
position: absolute;
left: 0;
bottom: 0;