diff options
author | Tim Zallmann <tzallmann@gitlab.com> | 2017-11-06 15:27:37 +0000 |
---|---|---|
committer | Tim Zallmann <tzallmann@gitlab.com> | 2017-11-06 15:27:37 +0000 |
commit | 8a26706141bd43afa1fca093228f0d8267c39566 (patch) | |
tree | 9e95613d71a1b35dbba167e220bea4a45f138b16 /app/assets/stylesheets | |
parent | 0d18f35fbdb493ba38955657c37dacefed48621a (diff) | |
parent | 48d51e80abfb5a8e9e20bf10bad2b18f5e446616 (diff) | |
download | gitlab-ce-8a26706141bd43afa1fca093228f0d8267c39566.tar.gz |
Merge branch '39668-tooltip-safari' into 'master'
Remove native title tooltip in pipeline jobs dropdown in Safari
Closes #39668
See merge request gitlab-org/gitlab-ce!15213
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/pages/pipelines.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss index 2a8cbc61af7..2d90404ab05 100644 --- a/app/assets/stylesheets/pages/pipelines.scss +++ b/app/assets/stylesheets/pages/pipelines.scss @@ -823,6 +823,11 @@ button.mini-pipeline-graph-dropdown-toggle { margin-left: 2px; display: inline-block; + &::after { + content: ''; + display: block; + } + @media (max-width: $screen-xs-max) { max-width: 60%; } |