Merge branch '37077-subscribe-button-tooltip-on-issues-page-causes-visual-stuttering' into 'master'
Resolve "Subscribe button tooltip on issues page causes visual stuttering" Closes #37077 See merge request gitlab-org/gitlab-ce!16411
This commit is contained in:
commit
897bc0ed78
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
.top-area
|
||||
= render 'shared/issuable/nav', type: :issues
|
||||
.nav-controls
|
||||
= link_to params.merge(rss_url_options), class: 'btn has-tooltip', title: 'Subscribe' do
|
||||
= link_to params.merge(rss_url_options), class: 'btn has-tooltip', data: { container: 'body' }, title: 'Subscribe' do
|
||||
= icon('rss')
|
||||
= render 'shared/new_project_item_select', path: 'issues/new', label: "New issue", with_feature_enabled: 'issues', type: :issues
|
||||
|
||||
|
|
Loading…
Reference in a new issue