mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-12-20 20:01:17 +00:00
[editor] Fix: Token badges had no spacing
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
4818a3105f
commit
ee6670212b
1 changed files with 1 additions and 0 deletions
|
@ -184,6 +184,7 @@
|
||||||
<b-badge
|
<b-badge
|
||||||
v-for="module in token.modules"
|
v-for="module in token.modules"
|
||||||
:key="module"
|
:key="module"
|
||||||
|
class="mr-1"
|
||||||
>{{ module === '*' ? 'ANY' : module }}</b-badge>
|
>{{ module === '*' ? 'ANY' : module }}</b-badge>
|
||||||
</span>
|
</span>
|
||||||
<b-button
|
<b-button
|
||||||
|
|
Loading…
Reference in a new issue