Skip to content

Commit

Permalink
fix(web): allow license dialog adjust its size
Browse files Browse the repository at this point in the history
  • Loading branch information
dgdavid committed Jan 20, 2025
1 parent 40043da commit 441167e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/components/product/LicenseDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ function LicenseDialog({ onClose, product }: { onClose: ModalProps["onClose"]; p

return (
<Popup
inlineSize="auto"
isOpen
title={
<>
Expand Down

0 comments on commit 441167e

Please sign in to comment.