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:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-24 22:10:15 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-24 22:10:15 +0300
commit8763022d2bfa81fdc6ceab27f4530107e0ceaa0c (patch)
treeeb25b52e8cc454a0af2f87af37831118310a5803 /app/assets/stylesheets/framework/timeline.scss
parentaf50d334e70851164eb1b9bb5468581dd5c7dd4f (diff)
parent1725dc0857c5bb0f973f78632680cf1a9904c424 (diff)
Merge branch '32715-fix-note-padding' into 'master'
32715 Make all notes use equal padding Closes #32715 and #32467 See merge request !11616
Diffstat (limited to 'app/assets/stylesheets/framework/timeline.scss')
-rw-r--r--app/assets/stylesheets/framework/timeline.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/timeline.scss b/app/assets/stylesheets/framework/timeline.scss
index 515e6f0b2b1..1fd734d279b 100644
--- a/app/assets/stylesheets/framework/timeline.scss
+++ b/app/assets/stylesheets/framework/timeline.scss
@@ -23,7 +23,6 @@
}
.timeline-entry {
- padding: $gl-padding $gl-btn-padding 0;
border-color: $white-normal;
color: $gl-text-color;
border-bottom: 1px solid $border-white-light;