@@ -16,9 +16,9 @@
<?php $j = 0; foreach ($points as $point): $j++; ?>
<?php $rel = $point->relevanceToNote($note); ?>
<tr>
- <td class="width-30px text-right pr-1 pl-0 {{ $rel ? ' text-info':'' }}">
+ <td class="width-22px pr-1 pl-0 {{ $rel ? ' text-info':'' }}">
@if($rel)
- *{{ $j }}.
+ {{ $j }}.
@else
{{ $j }}.
@endif
@@ -17,9 +17,9 @@