fix: qna 댓글 \n 적용 및 퀴즈 디테일 페이지 돌아가기 링크 수정

This commit is contained in:
정기영 2024-08-12 11:05:41 +09:00
parent 3bf03c3f18
commit d9bf87c11c
2 changed files with 2 additions and 1 deletions

View File

@ -38,6 +38,7 @@
line-height: 1.4; line-height: 1.4;
margin: 0; margin: 0;
color: var(--text-color); color: var(--text-color);
white-space: pre-line;
word-break: break-all; word-break: break-all;
} }

View File

@ -14,7 +14,7 @@ export default function StudentReportDetailPage() {
<div className={styles.wrapper}> <div className={styles.wrapper}>
<header className={styles.header}> <header className={styles.header}>
<Link <Link
to={`/lecture/${lectureId}/class/report`} to={`/lecture/${lectureId}/class/teacherReportsets`}
className={styles.goBack} className={styles.goBack}
> >
<BackIcon /> <BackIcon />