Skip to content

Commit

Permalink
Add additional box shadows to cards/tables
Browse files Browse the repository at this point in the history
* Add additional box shadows to cards/tables
  • Loading branch information
mkly committed Apr 1, 2024
1 parent 4529462 commit 4ba7b10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/coffee/templates/benchmark.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h2>AI Systems Evaluated</h2>
</p>
</div>

<figure class="mlc--section overflow-auto">
<figure class="mlc--section overflow-auto mlc--table__box-shadow">
<table>
<thead>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion src/coffee/templates/macros/sut_card.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ <h1>{{ content("grades", benchmark_score.numeric_grade() | string)["rank"] }}</h
<h3>{{ content("grades", benchmark_score.numeric_grade() | string)["explanation"] }}</h3>
<p>{{ content("grades", benchmark_score.numeric_grade() | string)["long_description"] }}</p>
</div>
<figure class="overflow-auto">
<figure class="overflow-auto mlc--table__box-shadow">
<table>
<thead>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion src/coffee/templates/test_report.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h2>Tests Run</h2>
</p>
</div>

<article class="mlc--card__border">
<article class="mlc--card__border mlc--card__box-shadow">
<ul class="mlc--test-runs">
{% for hazard_score in benchmark_score.hazard_scores %}
<li>
Expand Down

0 comments on commit 4ba7b10

Please sign in to comment.