Skip to content

Commit

Permalink
Ruleset cycle chain selector spacing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyd-eth committed Jan 28, 2025
1 parent 532c440 commit 9b6d836
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export const V4CurrentUpcomingSubPanel = ({
return (
<>
<div>
<div className="absolute left-32 top-[-6px]">
<div className="absolute left-44 top-[-6px]">
{ selectedChainId ?
<div className="flex items-center gap-1">
<ProjectChainSelect
Expand Down

0 comments on commit 9b6d836

Please sign in to comment.