summaryrefslogtreecommitdiff
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
parentd55839120e92be48b30d248ce9d72a19be038c79 (diff)
downloadgitlab-ce-27014-fix-pipeline-tooltip-wrapping.tar.gz
Fix mini-pipeline stage tooltip text wrapping27014-fix-pipeline-tooltip-wrapping
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/27014
-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: