Skip to content

Commit

Permalink
fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr Raspopov committed Oct 2, 2024
1 parent 832ac79 commit d68874e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ui/src/components/shared/TableCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ export function TableCard({

return (
<Card
bodyStyle={{ padding: 0 }}
headStyle={{ padding: md ? "0 24px" : "0 16px" }}
styles={{
body: { padding: 0 },
header: { padding: md ? "0 24px" : "0 16px" },
}}
title={title}
>
{!showDefaultContents && onSearch && searchPlaceholder && query !== undefined && (
Expand Down

0 comments on commit d68874e

Please sign in to comment.