Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2017-03-09 21:26:21 +0300
committerClement Ho <clemmakesapps@gmail.com>2017-03-09 21:26:21 +0300
commitf1e76a6fa059ae12558014c6858c078586fd2b75 (patch)
tree692c18088241b256b58ef77b60ac471ef27cb70f /app
parentd8af10eb3739b184bed0f91c110fe7884421e3a3 (diff)
parent88750f83ba11a5fd3eb26f17d02941ff37fa2d85 (diff)
Merge branch '29048-user-wrap-firefox' into 'master'
Remove inline-block styling from dropdown avatars Closes #29048 See merge request !9840
Diffstat (limited to 'app')
-rw-r--r--app/views/shared/issuable/_search_bar.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/shared/issuable/_search_bar.html.haml b/app/views/shared/issuable/_search_bar.html.haml
index 32128f3b3dc..afd37e76c79 100644
--- a/app/views/shared/issuable/_search_bar.html.haml
+++ b/app/views/shared/issuable/_search_bar.html.haml
@@ -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}}