Skip to content

Commit 2cabc42

Browse files
author
Dylan Huang
committed
remove too much paddign around filter configuration
1 parent f64dea9 commit 2cabc42

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

vite-app/src/components/EvaluationTable.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export const EvaluationTable = observer(() => {
5555
<div className="bg-white border border-gray-200">
5656
{/* Filter Controls */}
5757
<div className="px-3 py-3 border-b border-gray-200 bg-white">
58-
<div className="flex items-center justify-between mb-3">
58+
<div className="flex items-center justify-between">
5959
<div className="flex items-center gap-4">
6060
<h3 className="text-sm font-medium text-gray-700">Table Filters</h3>
6161
<div className="text-xs text-gray-600">
@@ -72,7 +72,7 @@ export const EvaluationTable = observer(() => {
7272
</div>
7373
</div>
7474
</div>
75-
<div className="bg-white rounded-lg p-4">
75+
<div className="bg-white rounded-lg">
7676
<FilterSelector
7777
filters={state.tableFilterConfig}
7878
onFiltersChange={handleFiltersChange}

0 commit comments

Comments
 (0)