FIX: mobile device width issue
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-09-08 02:54:57 +03:00
parent 712296c3d1
commit 672e92d621
+2 -2
View File
@@ -124,9 +124,9 @@ const formatValue = (value) => {
</script>
<template>
<section class="space-y-4">
<section class="space-y-4 min-w-0 w-full">
<UTabs v-model="tab" :content="false" :items="tabs" class="w-full" />
<pre>{{ config }}</pre>
<pre class="w-full overflow-x-auto whitespace-pre">{{ config }}</pre>
<UButton label="Copy config" block @click="copy(config)" />
</section>
</template>