Skip to content

Commit 35e9d0e

Browse files
fix(courselist): tamaño de nota se rompe con mucho texto
1 parent f2b9eff commit 35e9d0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/organisms/CourseList/components/Section.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export function Section(): JSX.Element | null {
4545
>
4646
{name}
4747
</Heading>
48-
<Flex mt="1rem" justify="space-between">
48+
<Flex mt="1rem" justify="space-between" alignItems="flex-start">
4949
<CourseStatus progress={progress} status={status} />
5050
</Flex>
5151
{information != null && information?.length > 0 && (

0 commit comments

Comments
 (0)