Small improvements

This commit is contained in:
2026-08-05 18:08:04 +02:00
parent f8dba18854
commit 7f8417e915
12 changed files with 110 additions and 16 deletions
@@ -392,6 +392,7 @@ onMounted(async () => {
<input v-else type="text"
v-model="paymentMethodConfigurations[optionsMethod.slug][option.name]"
class="width-full"/>
<span v-if="option.hint" class="option-hint">{{ option.hint }}</span>
</div>
</Modal>
</template>
@@ -416,4 +417,11 @@ onMounted(async () => {
color: #ef4444;
margin-left: 2px;
}
.option-hint {
display: block;
margin-top: 4px;
font-size: 0.8rem;
color: #6b7280;
}
</style>