Skip to content

Commit

Permalink
fix(logs): inconsistent gap between search input and table
Browse files Browse the repository at this point in the history
  • Loading branch information
kunish committed Sep 17, 2023
1 parent 67345cf commit 477fb22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Logs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export default () => {
})

return (
<div class="flex h-full flex-col gap-4 p-1">
<div class="flex h-full flex-col gap-2 p-1">
<div class="join w-full">
<input
type="search"
Expand Down

0 comments on commit 477fb22

Please sign in to comment.