Removed the space between a skill name and the conditional benefit astrisk

This commit is contained in:
Stefan Zermatten
2019-01-17 15:35:16 +02:00
parent 0bd654e557
commit f2137e26b2

View File

@@ -10,8 +10,7 @@
<span class="prof-mod">
{{displayedModifier}}
</span>
{{name}}
<template v-if="conditionalBenefit">*</template>
{{name}}<template v-if="conditionalBenefit">*</template>
<v-icon size="20px" v-if="advantage && !disadvantage">arrow_upward</v-icon>
<v-icon size="20px" v-if="!advantage && disadvantage">arrow_downward</v-icon>
</v-list-tile-title>