Skip to content

Commit

Permalink
Route min height
Browse files Browse the repository at this point in the history
  • Loading branch information
yivlad committed Nov 11, 2024
1 parent 7b8f10e commit fc6e4b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export interface TransactionOverviewRouteProps {
export function TransactionOverviewRoute({ route }: TransactionOverviewRouteProps) {
return (
<HorizontalScroll>
<div className="flex gap-2.5">
<div className="flex min-h-[42px] items-center gap-2.5">
{route.map((item, index) => (
<Fragment key={item.type === 'token-amount' ? item.token.symbol : item.upperText}>
{item.type === 'token-amount' ? (
Expand Down

0 comments on commit fc6e4b2

Please sign in to comment.