Commit 06b5423c authored by Kushal Pandya's avatar Kushal Pandya

Merge branch '336553-epic-split-dropdown-menu-overlaps-note-in-epic-show-page' into 'master'

Resolve "Epic split dropdown menu overlaps note in epic show page"

See merge request gitlab-org/gitlab!66498
parents cf6e08a6 3a442ae6
...@@ -58,6 +58,8 @@ ...@@ -58,6 +58,8 @@
} }
.epic-tabs-content { .epic-tabs-content {
overflow: visible;
.roadmap-container { .roadmap-container {
min-height: 600px; min-height: 600px;
......
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
%a#roadmap-tab{ href: '#roadmap', data: { toggle: 'tab' } } %a#roadmap-tab{ href: '#roadmap', data: { toggle: 'tab' } }
= _('Roadmap') = _('Roadmap')
.tab-content.epic-tabs-content.js-epic-tabs-content .epic-tabs-content.js-epic-tabs-content
#tree.tab-pane.show.active #tree.tab-pane.show.active
.row .row
%section.col-md-12 %section.col-md-12
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment