Skip to content

Commit 9123879

Browse files
committed
fix icon alignment
1 parent c78cd10 commit 9123879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/displays/mira.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<div>
6161
<% view_object[:status_icons_with_labels].each do |status_icon, label| %>
6262
<span style="margin-right: .5rem;">
63-
<span class="material-symbols-rounded"><%= status_icon %></span>
63+
<span class="material-symbols-rounded" style="vertical-align: bottom;"><%= status_icon %></span>
6464
<%= label %>
6565
</span>
6666
<% end %>

0 commit comments

Comments
 (0)