summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-10 12:37:36 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-10 12:45:55 -0500
commit3e372ccab26d991454289e9d76c4bfe20ed2d789 (patch)
tree335ca57bfc30b86e5b445dcff229c92899bdd491
parent46785604db0409f261cd07d27494f5abe4ae9ae8 (diff)
downloadgitlab-ce-31898-pipeline-table-alignment.tar.gz
Remove extra pipeline margin31898-pipeline-table-alignment
-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 {