summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/pipelines.scss
diff options
context:
space:
mode:
authorEric Eastwood <contact@ericeastwood.com>2017-01-24 19:54:01 -0600
committerEric Eastwood <contact@ericeastwood.com>2017-01-24 19:58:16 -0600
commit8f4b7e2bff9bb2f0863f41405d0475f2f2a43775 (patch)
tree8198cddcc95c0cc4c94e2bce2dc6e385bcbc2fae /app/assets/stylesheets/pages/pipelines.scss
parentd55839120e92be48b30d248ce9d72a19be038c79 (diff)
downloadgitlab-ce-8f4b7e2bff9bb2f0863f41405d0475f2f2a43775.tar.gz
Fix mini-pipeline stage tooltip text wrapping27014-fix-pipeline-tooltip-wrapping
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/27014
Diffstat (limited to 'app/assets/stylesheets/pages/pipelines.scss')
-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;
}