Skip to content

Commit

Permalink
add problem title space
Browse files Browse the repository at this point in the history
  • Loading branch information
AtjovDavid committed Jan 4, 2025
1 parent 3a010c0 commit c0118e5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/Components/Problem/problem.latte
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
<div class="card-header problem-header problem-header-{$problem->number}">
<div style="display: flex; justify-content: space-between;">
<h4><i class={$problem->getIcon()}></i><span class="skip-3px"></span>
{$problem->getLabel()}...
{if $problem->contest == 'vyfuk'}
{$problem->getLabel()} ...
{else}
{$problem->getLabel()}...
{/if}
{$problem->name[$language->value]|noescape}</h4>
<div>
{switch $language->value}
Expand Down

0 comments on commit c0118e5

Please sign in to comment.