Skip to content

Commit

Permalink
Featured images
Browse files Browse the repository at this point in the history
  • Loading branch information
msenechal committed Mar 8, 2024
1 parent 5eee985 commit 85aa994
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified docs/modules/ROOT/images/FeaturedImg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/modules/ROOT/images/Templates.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/templates/shared/components/Chatbot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default function Chatbot(props: ChatbotProps) {
return (
<div className='n-bg-palette-neutral-bg-default flex flex-col justify-between min-h-screen max-h-full overflow-hidden'>
<div className='flex overflow-y-auto pb-12 min-w-full'>
<Widget className='n-bg-palette-neutral-bg-default h-full' header='' isElevated={false}>
<Widget className='n-bg-palette-neutral-bg-default w-full h-full' header='' isElevated={false}>
<div className='flex flex-col gap-3 p-3'>
{listMessages.map((chat) => (
<div
Expand Down

0 comments on commit 85aa994

Please sign in to comment.