File tree 2 files changed +8
-2
lines changed
src/pages/MapPage/components/GamesDetailPage
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ export const InfoItem = styled.div`
55
55
export const GuestsContainer = styled . div `
56
56
width: 100%;
57
57
padding-bottom: 10px;
58
- overflow: scroll;
58
+ overflow-x : scroll;
59
59
` ;
60
60
61
61
export const Guests = styled ( Flex ) `
@@ -78,3 +78,8 @@ export const ButtonWrapper = styled.div`
78
78
bottom: 70px;
79
79
left: 0;
80
80
` ;
81
+
82
+ export const ContentText = styled ( Text ) `
83
+ white-space: pre-wrap;
84
+ word-break: break-all;
85
+ ` ;
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ import GameMember from '@assets/gameMember.svg';
22
22
import Money from '@assets/money.svg' ;
23
23
24
24
import {
25
+ ContentText ,
25
26
GrayText ,
26
27
GuestName ,
27
28
Guests ,
@@ -139,7 +140,7 @@ export const GamesDetailPage = ({
139
140
< Text size = { 20 } weight = { 700 } >
140
141
경기 소개
141
142
</ Text >
142
- < Text weight = { 300 } > { match . content } </ Text >
143
+ < ContentText weight = { 300 } > { match . content } </ ContentText >
143
144
< Text size = { 20 } weight = { 700 } >
144
145
참여한 게스트
145
146
</ Text >
You can’t perform that action at this time.
0 commit comments