Skip to content

Commit dd97abe

Browse files
committed
issue Healthlane-Technologies#263 resolved - Brand logo is not misalligned in Firefox now
1 parent 073d644 commit dd97abe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

frontend/public/mockServiceWorker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/* tslint:disable */
33

44
/**
5-
* Mock Service Worker (1.3.0).
5+
* Mock Service Worker (1.3.3).
66
* @see https://github.com/mswjs/msw
77
* - Please do NOT modify this file.
88
* - Please do NOT serve this file on production.

frontend/src/components/Layout/index.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ export default function Layout({
4545
>
4646
<div className="flex items-center justify-between gap-[48px]">
4747
<Link to="/platform">
48-
<BrandIcon className="h-[20px] w-fit" />
48+
<BrandIcon className="h-[20px] w-auto max-w-[100px]" />
4949
</Link>
50-
<NavSearchForm />
50+
<NavSearchForm className="flex-grow" />
5151
</div>
5252
<div className="flex items-center gap-[40px]">
5353
<ProfileMenu />

0 commit comments

Comments
 (0)