Skip to content

Commit 53222d1

Browse files
committed
style: fix mobile UI for long API server
1 parent 696f7fc commit 53222d1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/frontend/app/pages/index.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,9 @@ const { isPending, isError, data, error } = useQuery({
106106
<div class="max-w-full overflow-x-auto">
107107
<span>Configured</span> <code>backendUrl</code>: <code>{{ runtimeConfig.public.backendUrl }}</code>
108108
</div>
109-
<div>API Response from `<code>{{ $apiClient.api.dummy.hello.$url() }}</code>`:</div>
109+
<div class="max-w-full overflow-x-auto">
110+
<span>API Response from</span> <code>{{ $apiClient.api.dummy.hello.$url() }}</code>:
111+
</div>
110112
<pre class="max-w-full w-fit overflow-x-auto rounded bg-black p-2 px-4 text-left text-white">{{ apiError || apiResult || 'Empty' }}</pre>
111113
</div>
112114

0 commit comments

Comments
 (0)