Skip to content

Commit 45eef2f

Browse files
committed
Fix update version banner alignment
1 parent 91560fb commit 45eef2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/flipper/ui/views/layout.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</div>
1818
<%- end -%>
1919

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

0 commit comments

Comments
 (0)