Skip to content

Commit

Permalink
Fixed header display issue with large view names
Browse files Browse the repository at this point in the history
  • Loading branch information
loganbibby committed Dec 1, 2022
1 parent f9dfe97 commit 42953d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jira_organizer/templates/_framework.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
</div>
<div class="container">
<div class="row py-5 align-items-center">
<div class="col-12 col-xxl-6 mb-3 mb-xxl-0">
<div class="col-12 col-xxl-4 mb-3 mb-xxl-0">
<h1>Jira Organizer <i class="fab fa-jira ps-2 text-primary"></i></h1>
</div>
<div class="col-12 col-xxl-6 text-xxl-end">
<div class="col-12 col-xxl-8 text-xxl-end">
{% set btn_classes = "btn btn-sm btn-primary" %}
<ul class="list-unstyled list-inline mb-0">
{% if config.ISSUE_VIEWS|length > 1 %}
Expand Down

0 comments on commit 42953d5

Please sign in to comment.