Commit 323b22d8 authored by seoyeon's avatar seoyeon
Browse files

글씨 스크롤

parent 6036b974
...@@ -16,7 +16,7 @@ const RoomSingle = () => { ...@@ -16,7 +16,7 @@ const RoomSingle = () => {
style={{ width: "37px", height: "37px" }} style={{ width: "37px", height: "37px" }}
/> />
</div> </div>
<div className="text-truncate mx-3 mt-2" style={{ width: "250px" }} title="데계 재미있는 수학과 데계데계데계 재미있는 수학과"> <div className="text-truncate mx-3 mt-2" style={{ width: "250px",overflow:'scroll'}} title="데계 재미있는 수학과 데계데계데계 재미있는 수학과">
데계 재미있는 수학과 데계데계데계 재미있는 수학과</div> 데계 재미있는 수학과 데계데계데계 재미있는 수학과</div>
<div className="ms-auto mt-2"> 15/34 </div> <div className="ms-auto mt-2"> 15/34 </div>
</div> </div>
......
...@@ -25,20 +25,20 @@ const RoomHeader = () => { ...@@ -25,20 +25,20 @@ const RoomHeader = () => {
style={{ style={{
fontWeight: 'bold', fontWeight: 'bold',
fontSize: '15px', fontSize: '15px',
textOverflow: 'ellipsis',
whiteSpace: 'nowrap',
width: '150px',
overflow:'hidden'
}} }}
> >
<p <p
style={{ style={{
overflow: 'hidden',
textOverflow: 'ellipsis',
whiteSpace: 'nowrap',
width: '150px',
color: '#420ba2' color: '#420ba2'
}} }}
> >
# 회의 # 회의
</p>{' '} </p>{' '}
데계 재밌는 수학과 데계 재밌는 수학과 안녕111111111111111
</p> </p>
</div> </div>
</div> </div>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment