Skip to content

Commit 983a3c0

Browse files
committed
Gradtrak styling fixes
1 parent c320e18 commit 983a3c0

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

  • apps/frontend/src/app/GradTrak/Dashboard/SemesterBlock

apps/frontend/src/app/GradTrak/Dashboard/SemesterBlock/index.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,11 @@ function SemesterBlock({
437437
onDragLeave={filtersActive ? undefined : handleDragLeave}
438438
onDrop={filtersActive ? undefined : handleDrop}
439439
>
440-
<div className={styles.body} data-layout={settings.layout} data-open={open}>
440+
<div
441+
className={styles.body}
442+
data-layout={settings.layout}
443+
data-open={open}
444+
>
441445
<Flex direction="row" justify="between" width="100%">
442446
<div className={styles.semesterCounter}>
443447
{planTerm.pinned && (

0 commit comments

Comments
 (0)