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-01-25 20:02:45 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-01-25 20:02:45 +0300
commitb55c1bc4b5fb8d259ba9f264eff607f81012fa39 (patch)
tree6415d5c870f7360b566824f12fb718d2c4fccfb8
parentc203ceffb05f001e885274747eda77b4f1a97cab (diff)
parent8f4b7e2bff9bb2f0863f41405d0475f2f2a43775 (diff)
Merge branch '27014-fix-pipeline-tooltip-wrapping' into 'master'
Fix mini-pipeline stage tooltip text wrapping Closes #27014 See merge request !8771
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss4
-rw-r--r--changelogs/unreleased/27014-fix-pipeline-tooltip-wrapping.yml4
2 files changed, 8 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index 5d4bd091a6b..5190faad308 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -203,6 +203,10 @@
position: relative;
margin-right: 6px;
+ .tooltip {
+ white-space: nowrap;
+ }
+
.tooltip-inner {
padding: 3px 4px;
}
diff --git a/changelogs/unreleased/27014-fix-pipeline-tooltip-wrapping.yml b/changelogs/unreleased/27014-fix-pipeline-tooltip-wrapping.yml
new file mode 100644
index 00000000000..f0301c849b6
--- /dev/null
+++ b/changelogs/unreleased/27014-fix-pipeline-tooltip-wrapping.yml
@@ -0,0 +1,4 @@
+---
+title: Fix mini-pipeline stage tooltip text wrapping
+merge_request:
+author: