Skip to content

Commit

Permalink
add space to bottom of logs view
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleGedd committed Nov 6, 2024
1 parent 5b27740 commit ee3c4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/lib/components/k8s/Logs/component.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
}
</script>

<section class="h-[35%] flex-shrink-0 mt-6" data-testid="logs-view">
<section class="h-[33%] flex-shrink-0 mt-6" data-testid="logs-view">
<div class="flex h-full w-full flex-col bg-gray-800 rounded-lg overflow-y-auto">
<!-- Header -->
<div class="flex items-center justify-between py-3 border-b border-gray-700 mx-4">
Expand Down

0 comments on commit ee3c4af

Please sign in to comment.