[go: nahoru, domu]

Skip to content

Commit

Permalink
[frontend] Ask AI button in Ask AI dialog is semi-hidden (OpenCTI-Pla…
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinBouzinFiligran authored and daimyo007 committed Jun 24, 2024
1 parent 408244f commit d8ce79a
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@ const subscription = graphql`
}
`;

const classes = {
dialog: {
'.MuiDialogContent-root': {
paddingTop: '15px',
},
},
};

const ResponseDialog: FunctionComponent<ResponseDialogProps> = ({
id,
isOpen,
Expand Down Expand Up @@ -110,6 +118,7 @@ const ResponseDialog: FunctionComponent<ResponseDialogProps> = ({
}}
fullWidth={true}
maxWidth="lg"
sx={classes.dialog}
>
<DialogTitle>{t_i18n('Ask AI')}</DialogTitle>
<DialogContent>
Expand Down

0 comments on commit d8ce79a

Please sign in to comment.