Skip to content

Commit

Permalink
Fix formatting of participants table. (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjonas authored Jul 9, 2024
1 parent 6211883 commit cb99ed2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions web/themes/smtcomp/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -704,3 +704,9 @@ td.track {
width: 6em;
white-space: normal;
}

col.archive,
td.archive {
width: 6em;
white-space: normal;
}
2 changes: 1 addition & 1 deletion web/themes/smtcomp/layouts/shortcodes/participants.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<col class="track"> <!-- parallel -->

<col class="authors">
<col>
<col class="archive">
<col>
</colgroup>
<tbody>
Expand Down

0 comments on commit cb99ed2

Please sign in to comment.