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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
3a442ae6
Commit
3a442ae6
authored
Jul 21, 2021
by
Eulyeon Ko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix epic tab dropdown menu overlay on mobile
Changelog: fixed EE: true
parent
fc757f9a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
ee/app/assets/stylesheets/page_bundles/epics.scss
ee/app/assets/stylesheets/page_bundles/epics.scss
+2
-0
ee/app/views/groups/epics/show.html.haml
ee/app/views/groups/epics/show.html.haml
+1
-1
No files found.
ee/app/assets/stylesheets/page_bundles/epics.scss
View file @
3a442ae6
...
...
@@ -58,6 +58,8 @@
}
.epic-tabs-content
{
overflow
:
visible
;
.roadmap-container
{
min-height
:
600px
;
...
...
ee/app/views/groups/epics/show.html.haml
View file @
3a442ae6
...
...
@@ -41,7 +41,7 @@
%a
#roadmap-tab
{
href:
'#roadmap'
,
data:
{
toggle:
'tab'
}
}
=
_
(
'Roadmap'
)
.
tab-content.
epic-tabs-content.js-epic-tabs-content
.epic-tabs-content.js-epic-tabs-content
#tree
.tab-pane.show.active
.row
%section
.col-md-12
...
...
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