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-10 20:37:36 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-10 20:45:55 +0300
commit3e372ccab26d991454289e9d76c4bfe20ed2d789 (patch)
tree335ca57bfc30b86e5b445dcff229c92899bdd491 /app/assets/stylesheets/pages/pipelines.scss
parent46785604db0409f261cd07d27494f5abe4ae9ae8 (diff)
Remove extra pipeline margin
Diffstat (limited to 'app/assets/stylesheets/pages/pipelines.scss')
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index e7553c7a4bf..6d189682eb7 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -191,7 +191,6 @@
}
.commit-title {
- margin-top: 4px;
max-width: 225px;
overflow: hidden;
white-space: nowrap;
@@ -224,7 +223,7 @@
.duration,
.finished-at {
color: $gl-text-color-secondary;
- margin: 4px 0;
+ margin: 0;
white-space: nowrap;
.fa {