Skip to content

Commit

Permalink
Add spacing between available languages and available judges; #78
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninjaclasher authored and Xyene committed Jan 27, 2019
1 parent b0d5c92 commit 75f113f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/problem/problem.html
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ <h2 style="color:#393630; display: inline-block">{{ title }}</h2>
<div class="toggle open unselectable">
<i class="fa fa-chevron-right fa-fw"></i>{{ _('Allowed languages') }}
</div>
<div style="margin-bottom:-1em" class="toggled">
<div class="toggled">
{% with usable=problem.usable_common_names, langs=problem.languages_list() %}
{% for lang in langs %}
{%- if lang in usable -%}
Expand Down

0 comments on commit 75f113f

Please sign in to comment.