Skip to content

Commit

Permalink
Lecture overview is no longer centered.
Browse files Browse the repository at this point in the history
  • Loading branch information
TimOrtel committed Jan 25, 2023
1 parent d0b34c9 commit fe45c19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ internal fun LectureScreenBody(

OverviewTab(
modifier = Modifier
.fillMaxWidth()
.fillMaxSize()
.padding(horizontal = 8.dp),
description = lecture.description,
lectureUnits = lectureUnits,
Expand Down

0 comments on commit fe45c19

Please sign in to comment.