overflow
<Row className='d-flex flex-wrap-nowrap'>
<Row className='border border-dark' style={{ width: 'max-content', maxWidth: '300px', height: 'auto', paddingLeft: '15px', paddingRight: '15px', background: 'white', borderRadius: '5px', fontSize: 'x-large' }}>{value}</Row>
<Col className='ml-1'>{time}</Col>
</Row>
여기서 한글은 줄바꿈이 제대로 되는데 영어나 숫자는 줄바꿈이 되지않고 칸을 초과합니다. 전체 코드는 yeonwoo 브랜치의 chatting(no profile)로 푸쉬하였습니다.