Skip to content

Commit

Permalink
Update Navigation - Workaround for unreported bug
Browse files Browse the repository at this point in the history
For Labels shorter than 10chars, a horizontal bar become visible
  • Loading branch information
App Generator committed Mar 30, 2021
1 parent d5642aa commit 4683eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/base/templates/includes/navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ <h4 class="h6 mb-0 text-small">Bonnie Green</h4>
<img class="user-avatar md-avatar rounded-circle" alt="Image placeholder" src="/static/assets/img/team/profile-picture-3.jpg">
<div class="media-body ms-2 text-dark align-items-center d-none d-lg-block">
<span class="mb-0 font-small fw-bold">
{{ current_user.username }}
Current User: <strong>{{ current_user.username }}</strong>
</span>
</div>
</div>
Expand Down

0 comments on commit 4683eff

Please sign in to comment.