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
path: root/app
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 /app
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
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss4
1 files changed, 4 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;
}