Skip to content

Commit

Permalink
Merge pull request #24 from epwinchell/defaultsize
Browse files Browse the repository at this point in the history
fix: increase default size of virtual assistant
  • Loading branch information
epwinchell authored Jul 16, 2024
2 parents 6ca5039 + c89ba40 commit cddf4b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/module/src/VirtualAssistant/VirtualAssistant.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ import { PaperPlaneIcon } from '@patternfly/react-icons';

const useStyles = createUseStyles({
card: {
width: "350px",
height: "550px",
width: "400px",
height: "600px",
overflow: "hidden",
"@media screen and (max-width: 768px)": {
height: "420px",
Expand Down

0 comments on commit cddf4b1

Please sign in to comment.