Skip to content

Commit

Permalink
Merge pull request #152 from IEEE-NITK/virtual_expo_fix
Browse files Browse the repository at this point in the history
Minor virtual expo fix
  • Loading branch information
yukitya-1811 authored May 9, 2024
2 parents f6a35c6 + 8bc51e3 commit 4a220eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corpus/templates/virtual_expo/report.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<div class="m-10">
<div class="my-2 p-5 border rounded-lg">
<h1 class="text-5xl font-bold my-2">{{ report.title }}</h1>
<h1 class="text-4xl font-bold my-2" style="word-break: break-all;">{{ report.title }}</h1>
<div class="my-2">
<div class="badge badge-primary">{{ report.report_type }}</div>
{% for sig in report.sigs %}
Expand Down

0 comments on commit 4a220eb

Please sign in to comment.