Skip to content
Snippets Groups Projects
Commit 75f466a2 authored by Taico Aerts's avatar Taico Aerts
Browse files

Merge branch 'eip-develop' into eip-master

parents 5056975e 481e5f24
No related branches found
No related tags found
1 merge request!81Fix the number of searches graph
...@@ -47,6 +47,7 @@ ...@@ -47,6 +47,7 @@
border-style: solid; border-style: solid;
border-width: 2px; border-width: 2px;
border-radius: 16px; border-radius: 16px;
white-space: nowrap;
} }
.bronze-badge { .bronze-badge {
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<% is_small ||= false %> <% is_small ||= false %>
<span style="white-space: nowrap;" class="tooltip" id="<%= dom_id badge %>"> <span class="tooltip" id="<%= dom_id badge %>">
<span class="user-badge <%= css_class if defined?(css_class) %>"> <span class="user-badge <%= css_class if defined?(css_class) %>">
<% badge.icon.split(';').each do |icon| %> <% badge.icon.split(';').each do |icon| %>
<i class="fas <%= icon %> <%= 'has-margin-right-1' unless is_small %>"></i> <i class="fas <%= icon %> <%= 'has-margin-right-1' unless is_small %>"></i>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment