Skip to content

Commit

Permalink
Update frontend/src/components/question-creation/QuestionElement.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Carissa Tang <69697180+carissa-tang@users.noreply.github.com>
  • Loading branch information
joyce-shi and carissa-tang committed Feb 24, 2023
1 parent 2bac514 commit 0a090f7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -13,7 +13,7 @@ const QuestionElement = ({
}: QuestionElementProps): React.ReactElement => {
return (
<>
<HStack spacing="6" fontSize="24px">
<HStack spacing="6" fontSize="24px" alignItems="flex-start">
<Box color="grey.300">
<HamburgerMenuIcon />
</Box>
Expand Down

0 comments on commit 0a090f7

Please sign in to comment.