Skip to content

Commit

Permalink
fix(frontend): removed margin from input
Browse files Browse the repository at this point in the history
  • Loading branch information
bekossy committed Dec 6, 2024
1 parent 0f3f2cc commit 20c0565
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ const SelectEvaluatorSection = ({
extra: (
<Input.Search
placeholder="Search"
className="w-[300px] mx-6"
className="w-[300px]"
onClick={(event) => {
event.stopPropagation()
}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const SelectTestsetSection = ({
extra: (
<Input.Search
placeholder="Search"
className="w-[300px] mx-6"
className="w-[300px]"
onClick={(event) => {
event.stopPropagation()
}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ const SelectVariantSection = ({
extra: (
<Input.Search
placeholder="Search"
className="w-[300px] mx-6"
className="w-[300px]"
onClick={(event) => {
event.stopPropagation()
}}
Expand Down

0 comments on commit 20c0565

Please sign in to comment.