Skip to content

Commit

Permalink
fix: border UI for compliance summary cards
Browse files Browse the repository at this point in the history
  • Loading branch information
CKodes committed Oct 22, 2024
1 parent a2323ee commit ee74ced
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions src/static/ejs/partials/components/topFive.ejs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<div id="top-five-card" class="card h-100">
<div id="top-five-card" class="h-100">
<div class="card-body">
<h2>Top 5 affected pages with the most issues</h2>
<ul class="unbulleted-list" id="top-issues-list">
</ul>
<ul class="unbulleted-list" id="top-issues-list"></ul>
</div>
</div>
4 changes: 2 additions & 2 deletions src/static/ejs/partials/main.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<!-- wcag compliance + top 5 -->
<section class="w-100">
<div class="compliance-summary">
<div class="col card"><%- include("components/wcagCompliance") %></div>
<div class="col card"><%- include("components/topFive") %></div>
<div class="col card rounded"><%- include("components/wcagCompliance") %></div>
<div class="col card rounded"><%- include("components/topFive") %></div>
</div>
<hr class="my-4 mx-3" />
<!-- jsOffMessage -->
Expand Down

0 comments on commit ee74ced

Please sign in to comment.