Skip to content

Commit

Permalink
chore(board): spacing between tilecard name and action buttons (#1590)
Browse files Browse the repository at this point in the history
  • Loading branch information
purusott authored Jul 18, 2024
1 parent d80e8f6 commit 1219d73
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ function TileCard({
isOpen ? 'rounded-t' : 'rounded'
}`}
>
<div className="flex flex-row gap-4 items-center">
<div className="flex flex-row gap-4 items-center mr-2">
<Heading3 margin="none">{tile.name}</Heading3>
<div className="flex flex-row gap-4 h-8">
<div className="hidden sm:flex flex-row gap-4 h-8">
{transportModes.map((tm) => (
<TransportIcon transportMode={tm} key={tm} />
))}
Expand Down

0 comments on commit 1219d73

Please sign in to comment.