Skip to content

Commit d47e838

Browse files
committed
Course timeline: исправление стилей
1 parent 06732d3 commit d47e838

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hwproj.front/src/components/Courses/CourseExperimental.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ export const CourseExperimental: FC<ICourseExperimentalProps> = (props) => {
581581
{"🕘 " + renderDate(x.publicationDate!) + " " + renderTime(x.publicationDate!)}
582582
</Typography>}
583583
{x.tasks?.length === 0 &&
584-
<TimelineItem style={{minHeight: 30, marginBottom: -5}}>
584+
<TimelineItem style={{minHeight: 30}}>
585585
<TimelineOppositeContent></TimelineOppositeContent>
586586
<TimelineSeparator><TimelineConnector/></TimelineSeparator>
587587
<TimelineContent></TimelineContent>

0 commit comments

Comments
 (0)