Commit 162b7141 authored by Clement Ho's avatar Clement Ho

Add badge-pill to .badge in vue files

parent 1c75a0e2
......@@ -486,7 +486,7 @@
{{ model.folderName }}
</span>
<span class="badge">
<span class="badge badge-pill">
{{ model.size }}
</span>
</span>
......
......@@ -67,7 +67,7 @@
<span
v-if="shouldRenderBadge(tab.count)"
class="badge"
class="badge badge-pill"
>
{{ tab.count }}
</span>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment