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:
authorZeger-Jan van de Weg <git@zjvandeweg.nl>2017-09-04 10:32:58 +0300
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2017-09-04 10:32:58 +0300
commita346dbf0af5ce612b55b879cb9de7f3361058397 (patch)
treeb893477d6d949a0444b5eb30888cd86f6a22cb7d /app/assets/stylesheets/pages/pipelines.scss
parenta315e6025c702985b2f6390b29508de39383f52d (diff)
parent74cd4d76e45c1e830aec3c8145afbe0dce765e4b (diff)
Merge branch 'zj-auto-devops-table' of gitlab.com:zj/gitlab-ce into zj-auto-devops-table
Diffstat (limited to 'app/assets/stylesheets/pages/pipelines.scss')
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index 883f7b392c0..8e1550d4113 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -202,6 +202,10 @@
.btn-group.open .dropdown-toggle {
box-shadow: none;
}
+
+ .pipeline-tags .label-container {
+ white-space: normal;
+ }
}
.stage-cell {
@@ -935,7 +939,3 @@ button.mini-pipeline-graph-dropdown-toggle {
font-weight: $gl-font-weight-normal;
line-height: 1.5;
}
-
-.autodevops-link {
- color: $gl-link-color;
-}