Skip to content

Commit

Permalink
Adds padding above sandbox sidebar heading and avatar
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellemaxwell committed Jan 18, 2024
1 parent 3147bb8 commit 12fc248
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ function SandboxSidebar({ className }: SandboxSidebarProps) {
data-cy="sandbox-sidebar"
>
<div className="grow">
<Heading as="h1" className="ml-8 space-y-3 text-lg font-bold">
<Heading as="h1" className="ml-8 space-y-3 pt-1 text-lg font-bold">
Ensign Sandbox
</Heading>
<div className="ml-8 flex items-center gap-3 pt-6 text-sm">
<div className="ml-8 flex items-center gap-3 pt-8 text-sm">
<Avatar
alt={appState?.name || userInfo?.organization}
src={appState?.picture || userInfo?.picture}
Expand Down

0 comments on commit 12fc248

Please sign in to comment.