Skip to content

Commit

Permalink
FIX: Apply transcription styles to Component page
Browse files Browse the repository at this point in the history
  • Loading branch information
dwhieb committed Jul 13, 2024
1 parent 4049b97 commit 8c9c57a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pages/Component/Component.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
@import 'inline-example.css';
@import 'label.css';
@import 'pre.css';
@import 'transcription.css';

:is(.metadata, .sources, .stems) {
overflow-x: auto;
Expand Down
2 changes: 1 addition & 1 deletion pages/Component/Component.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
<tbody>
{{#each tokens as |token| }}
<tr>
<td class=txn>{{ form }}</td>
<td class=txn>{{#if form }}{{ form }}{{else}}{{/if}}</td>
<td class=txn>{{#if UR }}/{{ UR }}/{{else}}{{/if}}</td>
<td class=txn>{{#if PA }}{{ PA }}{{else}}{{/if}}</td>
<td>{{#if gloss }}{{ gloss }}{{else}}{{/if}}</td>
Expand Down

0 comments on commit 8c9c57a

Please sign in to comment.