Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/web/src/components/branding/logo-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export function LogoForm({
<img
src={logoUrl}
alt=""
className="mb-2 h-16 w-auto rounded-md border border-border bg-background p-2"
className="mb-2 h-16 w-auto self-start max-w-full object-contain rounded-md border border-border bg-background p-2"
/>
)}
<input
Expand Down