Skip to content

Commit 5ac3b5b

Browse files
committed
Reflow space around conditional in list item
1 parent c621759 commit 5ac3b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/whats_left.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ <h4>{{ group.name }}</h4>
4848
<div class="column-count-is-2">
4949
<ol>
5050
{% for item in group.items %}
51-
<li class="word-wrap-anywhere"><code>{{ item.name }}</code> {% if item.is_inherited %}{{ item.is_inherited }}{% endif %}</li>
51+
<li class="word-wrap-anywhere"><code>{{ item.name }}</code>{% if item.is_inherited %} {{ item.is_inherited }}{% endif %}</li>
5252
{% endfor %}
5353
</ol>
5454
</div>

0 commit comments

Comments
 (0)