Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
8f4b7e2b
Commit
8f4b7e2b
authored
Jan 24, 2017
by
Eric Eastwood
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix mini-pipeline stage tooltip text wrapping
Fix
https://gitlab.com/gitlab-org/gitlab-ce/issues/27014
parent
d5583912
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
app/assets/stylesheets/pages/pipelines.scss
app/assets/stylesheets/pages/pipelines.scss
+4
-0
changelogs/unreleased/27014-fix-pipeline-tooltip-wrapping.yml
...gelogs/unreleased/27014-fix-pipeline-tooltip-wrapping.yml
+4
-0
No files found.
app/assets/stylesheets/pages/pipelines.scss
View file @
8f4b7e2b
...
@@ -203,6 +203,10 @@
...
@@ -203,6 +203,10 @@
position
:
relative
;
position
:
relative
;
margin-right
:
6px
;
margin-right
:
6px
;
.tooltip
{
white-space
:
nowrap
;
}
.tooltip-inner
{
.tooltip-inner
{
padding
:
3px
4px
;
padding
:
3px
4px
;
}
}
...
...
changelogs/unreleased/27014-fix-pipeline-tooltip-wrapping.yml
0 → 100644
View file @
8f4b7e2b
---
title
:
Fix mini-pipeline stage tooltip text wrapping
merge_request
:
author
:
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment