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
0
Merge Requests
0
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
Boxiang Sun
gitlab-ce
Commits
16a53378
Commit
16a53378
authored
Dec 07, 2018
by
Thomas Pathier
Committed by
Mike Greiling
Dec 07, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Dropdown: Make Identicons of a subgroup in the breadcrumb dropdown not take a whole line
parent
acc785f5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
app/assets/stylesheets/framework/header.scss
app/assets/stylesheets/framework/header.scss
+10
-0
changelogs/unreleased/51138-54026-breadcrumb-subgroups-ellipsis.yml
.../unreleased/51138-54026-breadcrumb-subgroups-ellipsis.yml
+5
-0
No files found.
app/assets/stylesheets/framework/header.scss
View file @
16a53378
...
...
@@ -383,6 +383,16 @@
top
:
1px
;
}
}
.dropdown-menu
li
a
.identicon
{
width
:
17px
;
height
:
17px
;
font-size
:
$gl-font-size-xs
;
vertical-align
:
middle
;
text-indent
:
0
;
line-height
:
$gl-font-size-xs
+
2px
;
display
:
inline-block
;
}
}
.breadcrumbs-list
{
...
...
changelogs/unreleased/51138-54026-breadcrumb-subgroups-ellipsis.yml
0 → 100644
View file @
16a53378
---
title
:
"
Make
auto-generated
icons
for
subgroups
in
the
breadcrumb
dropdown
display
as
a
circle"
merge_request
:
23062
author
:
Thomas Pathier
type
:
fix
\ No newline at end of file
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