fixed grid

This commit is contained in:
2026-01-20 09:39:11 +03:30
parent 5b251732a9
commit e03e4bd0cc
6 changed files with 90 additions and 88 deletions

View File

@@ -443,14 +443,19 @@ export const CreateGuilds = ({ guild, updateTable }) => {
<Grid
container
gap={SPACING.TINY}
maxHeight="80vh"
minWidth={
!guild && !isInquiryDone
? "auto"
: { xs: "96vw", md: "90vw", nlg: "1280px" }
}
overflow="auto"
p={2}
sx={{
maxHeight: "80vh",
overflow: "auto",
p: 2,
minWidth:
!guild && !isInquiryDone
? "auto"
: {
xs: "96vw",
md: "90vw",
nlg: "1280px",
},
}}
>
{shouldShowUpdateButton && (
<UpdateFromExternalButton