Add x-margin to market description

This commit is contained in:
ekzyis 2023-12-04 06:21:23 +01:00
parent a54152a2b0
commit d40cd1b8d9
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
| | | | | | (_| | | | ( __/ |_
|_| |_| |_|\__,_|_| |_|\_\___|\__|</pre>
</div>
<div class="font-mono">{{ market.Description }}</div>
<div class="font-mono mx-1">{{ market.Description }}</div>
<div v-if="!!market.SettledAt" class="label info font-mono m-auto my-3">
<div>Settled: {{ winShareDescription }}</div>
</div>