Skip to content

Commit

Permalink
Fix update version banner alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Mar 15, 2024
1 parent 91560fb commit 45eef2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/flipper/ui/views/layout.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</div>
<%- end -%>

<div class="container text-muted small mb-3">
<div class="text-muted small text-end">
<a href="#" class="badge text-bg-warning ms-2 d-none" style="font-size:100%" id="new-version-badge" data-version="<%= Flipper::VERSION %>">
</a>

Expand Down

0 comments on commit 45eef2f

Please sign in to comment.