fixed grid
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user