diff --git a/static/css/directives/ui/entity-search.css b/static/css/directives/ui/entity-search.css index 22b46a3e3..ff0290b42 100644 --- a/static/css/directives/ui/entity-search.css +++ b/static/css/directives/ui/entity-search.css @@ -88,12 +88,6 @@ top: -2px; } -.entity-mini-listing i.fa .avatar-image { - position: absolute; - top: -2px; - left: 0px; -} - .entity-mini-listing .warning { margin-top: 6px; font-size: 10px; diff --git a/static/js/directives/ui/entity-search.js b/static/js/directives/ui/entity-search.js index 178062a3b..eb6453d71 100644 --- a/static/js/directives/ui/entity-search.js +++ b/static/js/directives/ui/entity-search.js @@ -287,8 +287,8 @@ angular.module('quay').directive('entitySearch', function () { 'suggestion': function (datum) { template = '
'; if ((datum.entity.kind == 'user' && !datum.entity.is_robot) || (datum.entity.kind == 'org')) { - template += ''; } else if (datum.entity.kind == 'external') { template += '';