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

Add badge-pill to .badge in vue files

parent 1c75a0e2
...@@ -486,7 +486,7 @@ ...@@ -486,7 +486,7 @@
{{ model.folderName }} {{ model.folderName }}
</span> </span>
<span class="badge"> <span class="badge badge-pill">
{{ model.size }} {{ model.size }}
</span> </span>
</span> </span>
......
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
<span <span
v-if="shouldRenderBadge(tab.count)" v-if="shouldRenderBadge(tab.count)"
class="badge" class="badge badge-pill"
> >
{{ tab.count }} {{ tab.count }}
</span> </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