Skip to content

Commit 219e48a

Browse files
committed
fixed size of the votes count
1 parent b5670dc commit 219e48a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/templates/post.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
</div>
7070
</div>
7171
<div class="pull-right" ng-model="comment.votes">
72-
{{comment.votes}}
72+
<h2>{{comment.votes}}</h2>
7373
</div>
7474
</div>
7575
</rd-widget-body>

0 commit comments

Comments
 (0)