BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
f1e76a6f
Commit
f1e76a6f
authored
Mar 09, 2017
by
Clement Ho
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '29048-user-wrap-firefox' into 'master'
Remove inline-block styling from dropdown avatars Closes #29048 See merge request !9840
parents
d8af10eb
88750f83
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
_search_bar.html.haml
app/views/shared/issuable/_search_bar.html.haml
+2
-2
No files found.
app/views/shared/issuable/_search_bar.html.haml
View file @
f1e76a6f
...
...
@@ -39,7 +39,7 @@
%ul
.filter-dropdown
{
'data-dynamic'
=>
true
,
'data-dropdown'
=>
true
}
%li
.filter-dropdown-item
%button
.btn.btn-link.dropdown-user
%img
.avatar
.avatar-inline
{
'data-src'
=>
'
{{
avatar_url
}}
', alt: '
{{
name
}}\
's avatar'
,
width:
'30'
}
%img
.avatar
{
'data-src'
=>
'
{{
avatar_url
}}
', alt: '
{{
name
}}\
's avatar'
,
width:
'30'
}
.dropdown-user-details
%span
{{name}}
...
...
@@ -54,7 +54,7 @@
%ul
.filter-dropdown
{
'data-dynamic'
=>
true
,
'data-dropdown'
=>
true
}
%li
.filter-dropdown-item
%button
.btn.btn-link.dropdown-user
%img
.avatar
.avatar-inline
{
'data-src'
=>
'
{{
avatar_url
}}
', alt: '
{{
name
}}\
's avatar'
,
width:
'30'
}
%img
.avatar
{
'data-src'
=>
'
{{
avatar_url
}}
', alt: '
{{
name
}}\
's avatar'
,
width:
'30'
}
.dropdown-user-details
%span
{{name}}
...
...
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