Skip to content

Commit 11fbfde

Browse files
authoredFeb 7, 2024
fix(clerk-js): Give application logo correct CSS width (clerk#2735)
* fix(clerk-js): Give application logo correct CSS width * Create witty-eggs-punch.md
1 parent 8049c04 commit 11fbfde

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
 

‎.changeset/witty-eggs-punch.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@clerk/clerk-js": patch
3+
---
4+
5+
Give application logo correct CSS width to prevent incorrect widths

‎packages/clerk-js/src/ui/elements/ApplicationLogo.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ export const ApplicationLogo = (props: ApplicationLogoProps) => {
4949
sx={{
5050
display: loaded ? 'inline-block' : 'none',
5151
height: '100%',
52+
width: 'auto',
5253
}}
5354
/>
5455
);

0 commit comments

Comments
 (0)