fix: prefrence modal width (#6595)

This commit is contained in:
Pooja
2025-12-31 22:03:33 +05:30
committed by GitHub
parent 72f186b38a
commit 1ae05dfb0e

View File

@@ -41,7 +41,7 @@ const StyledWrapper = styled.div`
min-height: 70vh;
max-height: 70vh;
overflow-y: auto;
max-width: 50vw;
width: clamp(300px, 45vw, 550px);
}
input[type="checkbox"],