Skip to content

Commit 2ffcfbe

Browse files
committed
[ticket] style: 타임테이블 블록의 줄 바꿈 스타일을 pre-line으로 수정
1 parent 3a170d2 commit 2ffcfbe

File tree

1 file changed

+1
-1
lines changed
  • apps/ticket/src/app/(pages)/event/[eventId]/time-table/_components/TimeTableBlock

1 file changed

+1
-1
lines changed

apps/ticket/src/app/(pages)/event/[eventId]/time-table/_components/TimeTableBlock/index.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
display: block;
3838
overflow: hidden;
3939

40-
white-space: nowrap;
40+
white-space: pre-line;
4141
text-overflow: ellipsis;
4242
word-break: normal;
4343

0 commit comments

Comments
 (0)