Skip to content

Commit

Permalink
Change table caption styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood authored Mar 11, 2024
1 parent 2c8d227 commit 6fa52f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/_example.njk
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<div class="tna-ds-component-example__data-table-wrapper">
<div class="tna-table-wrapper">
<table class="tna-table app-options__table" id="options-{{ exampleId }}--{{ table.id }}">
<caption class="tna-table__caption tna-heading-m {% if table.id == 'primary' %} tna-visually-hidden{% endif %}">{{ table.name }}</caption>
<caption class="tna-table__caption {% if table.id == 'primary' %} tna-visually-hidden{% endif %}">{{ table.name }}</caption>
<thead class="tna-table__head">
<tr class="tna-table__row">
<th class="tna-table__header app-options__limit-table-cell" scope="col">Name</th>
Expand Down

0 comments on commit 6fa52f7

Please sign in to comment.