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
d6f46653
Commit
d6f46653
authored
Apr 16, 2021
by
Takuya Noguchi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix overflow in breadcrumbs list mainly on mobile
Signed-off-by:
Takuya Noguchi
<
takninnovationresearch@gmail.com
>
parent
b17c41f4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
app/views/layouts/nav/_breadcrumbs.html.haml
app/views/layouts/nav/_breadcrumbs.html.haml
+1
-1
changelogs/unreleased/25301-breadcrumbs-list-overflow-on-compare-with-sha1-on-mobile.yml
...adcrumbs-list-overflow-on-compare-with-sha1-on-mobile.yml
+5
-0
No files found.
app/views/layouts/nav/_breadcrumbs.html.haml
View file @
d6f46653
...
...
@@ -9,7 +9,7 @@
=
button_tag
class:
'toggle-mobile-nav'
,
type:
'button'
do
%span
.sr-only
=
_
(
"Open sidebar"
)
=
sprite_icon
(
'hamburger'
,
size:
18
)
.breadcrumbs-links
{
data:
{
testid:
'breadcrumb-links'
,
qa_selector:
'breadcrumb_links_content'
}
}
.breadcrumbs-links
.overflow-auto
{
data:
{
testid:
'breadcrumb-links'
,
qa_selector:
'breadcrumb_links_content'
}
}
%ul
.list-unstyled.breadcrumbs-list.js-breadcrumbs-list
-
unless
hide_top_links
=
header_title
...
...
changelogs/unreleased/25301-breadcrumbs-list-overflow-on-compare-with-sha1-on-mobile.yml
0 → 100644
View file @
d6f46653
---
title
:
Fix overflow in breadcrumbs list mainly on mobile
merge_request
:
59552
author
:
Takuya Noguchi
type
:
other
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