Skip to content

Commit

Permalink
slightly change padding
Browse files Browse the repository at this point in the history
  • Loading branch information
ichub committed Aug 9, 2024
1 parent 7a7e20c commit cfe0f25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export function ZmailTable(): ReactNode {
return (
<div className="h-full flex flex-col">
<div className="min-h-3 bg-gray-300 flex-shrink-0 text-black">
<div className="m-2">
<div className="m-2 mx-4">
{ctx.filters.length > 0 && (
<>
{data.length} matching POD{data.length > 1 ? "s" : ""}
Expand Down

0 comments on commit cfe0f25

Please sign in to comment.