Skip to content

Commit b2120b3

Browse files
committed
disable scroll for emails in course
- looks ugly with them on windows and linux - can easily get the email via student toggle
1 parent 050cc0a commit b2120b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/frontend/course/students/students-panel-student.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ export function Student({
576576
</h6>
577577
</Col>
578578
<Col md={4}>
579-
<h6 style={{ color: "#666", overflow: "auto" }}>
579+
<h6 style={{ color: "#666", overflow: "hidden" }}>
580580
{render_student_email()}
581581
</h6>
582582
</Col>

0 commit comments

Comments
 (0)