From b0c18f9fd4d76a2fc307e2610fd84fa8b4fb4dfb Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Tue, 13 Aug 2024 13:41:55 +0530 Subject: [PATCH] [web] Fix width of all albums dialog Fixes bug introduced in 1c0261bc5ce452fafd7a3004f9be596bc0fae8d8 --- .../photos/src/components/Collections/AllCollections/index.tsx | 1 + .../src/components/Collections/CollectionSelector/index.tsx | 1 + 2 files changed, 2 insertions(+) diff --git a/web/apps/photos/src/components/Collections/AllCollections/index.tsx b/web/apps/photos/src/components/Collections/AllCollections/index.tsx index f039162c05..586ebd1680 100644 --- a/web/apps/photos/src/components/Collections/AllCollections/index.tsx +++ b/web/apps/photos/src/components/Collections/AllCollections/index.tsx @@ -44,6 +44,7 @@ export default function AllCollections(props: Iprops) { onClose={onClose} open={open} fullScreen={isMobile} + fullWidth={true} > {attributes.intent === CollectionSelectorIntent.upload