File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 57
57
58
58
< div style ="margin-top: 1.5rem; "> </ div >
59
59
< div style ="display: flex; justify-content: space-between; margin-bottom: .5rem; ">
60
- < div >
60
+ < div style =" white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding-right: 1rem; " >
61
61
<% view_object [ :status_icons_with_labels ] . each do |status_icon , label | %>
62
62
< span style ="margin-right: .5rem; ">
63
63
< i class ="fa-solid fa- <%= status_icon %> "> </ i >
64
64
<%= label %>
65
65
</ span >
66
66
<% end %>
67
67
</ div >
68
- < div style ="text-align: right; ">
68
+ < div style ="text-align: right; flex-shrink: 0; ">
69
69
<% if view_object [ :birdnet_most_unusual_species_trailing_24h ] . present? %>
70
70
< i class ="fa-solid fa-crow "> </ i >
71
71
<%= view_object [ :birdnet_most_unusual_species_trailing_24h ] %>
You can’t perform that action at this time.
0 commit comments