Skip to content

Commit f9daa15

Browse files
authored
fix: account name header height (#1159)
1 parent a79233e commit f9daa15

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

src/components/AccountNotifications.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,8 @@ export const AccountNotifications = (props: IProps) => {
2828
return (
2929
<>
3030
{showAccountHostname && (
31-
<div className="flex flex-1 items-center justify-between py-2 px-4 bg-gray-300 dark:bg-gray-darkest dark:text-white text-sm">
31+
<div className="flex items-center justify-between py-2 px-3 bg-gray-300 dark:bg-gray-darkest dark:text-white text-sm">
3232
{hostname}
33-
3433
<Chevron size={20} />
3534
</div>
3635
)}

src/components/__snapshots__/AccountNotifications.test.tsx.snap

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)