Skip to content

Commit

Permalink
fix(ServiceDetails): items center (#798)
Browse files Browse the repository at this point in the history
* fix: items center

Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>

* fix: css

Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>

* Update packages/frontend/src/pages/InferenceServerDetails.svelte

Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>

---------

Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>
  • Loading branch information
axel7083 committed Apr 4, 2024
1 parent e0b03f9 commit b82f519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/pages/InferenceServerDetails.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ onMount(() => {
{#key service.health?.Status}
<ServiceStatus object="{service}" />
{/key}
<div class="flex flex-col text-xs ml-2">
<div class="flex flex-col text-xs ml-2 items-center justify-center">
<span>{service.container.containerId}</span>
</div>
</div>
Expand Down

0 comments on commit b82f519

Please sign in to comment.