mirror of
https://github.com/romancm/gamebrary
synced 2025-02-17 03:28:25 +00:00
Make game description normal size
This commit is contained in:
parent
e876bb9b94
commit
3b7668a440
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
<b-spinner v-if="loading" class="spinner-centered" />
|
||||
|
||||
<template v-else>
|
||||
<div class="small" v-html="description" />
|
||||
<div v-html="description" />
|
||||
<small class="text-muted mt-n3">Source: {{ source }}</small>
|
||||
</template>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue