docs(app): improve module select padding

This commit is contained in:
Benjamin Canac
2024-12-05 19:12:01 +01:00
parent c1ff978370
commit bd4abfa880

View File

@@ -14,6 +14,7 @@ onMounted(() => {
:items="modules"
:content="false"
color="neutral"
:ui="{ trigger: 'px-1' }"
@update:model-value="(module = $event as string)"
/>
</template>