Skip to content

Commit

Permalink
co-events: table: remove the fixed width
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Tsien <[email protected]>
  • Loading branch information
bekcpear committed Aug 9, 2024
1 parent b6047f0 commit 6f6af6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/page/co-events.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h1 class="f1 athelas mt3 mb1">
<td class="nowrap">{{ .date_duration }}</td>
<td class="nowrap">{{ .place }}</td>
<td class="nowrap">{{ .name }}</td>
<td width="25%">{{ .organizer }}</td>
<td>{{ .organizer }}</td>
<td>{{ .registration_method | markdownify | emojify | safeHTML }}</td>
<td>{{ .website | markdownify | emojify | safeHTML }}</td>
<td>{{ .remarks | markdownify | emojify | safeHTML }}</td>
Expand Down

0 comments on commit 6f6af6f

Please sign in to comment.