mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-07 21:42:34 +02:00
Adjust Status.vue to have the text be inline to the badge.
This is because with some languages the equivalent of *down* was overflowing the badge
This commit is contained in:
parent
22227be408
commit
bf281f4875
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<span class="badge rounded-pill" :class=" 'bg-' + color ">{{ text }}</span>
|
<label class="badge badge-pill" :class=" 'bg-' + color ">
|
||||||
|
<span>{{ text }}</span>
|
||||||
|
</label>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
Loading…
Add table
Reference in a new issue