Skip to content

Commit

Permalink
Merge pull request #238 from Hanbang-NeungYo-Baeksook/develop
Browse files Browse the repository at this point in the history
[Design] 🍀글자 축약 추가
  • Loading branch information
hhbb0081 authored Dec 29, 2024
2 parents 86be55b + b58e7c9 commit 7e9e8cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/Admin/main/WaitingBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ function WaitingBox({
</span>
</div>
<div className='flex items-center justify-between'>
<span className='text-[0.875rem]'>{content}</span>
<span className='max-w-[250px] overflow-hidden truncate whitespace-nowrap text-[0.875rem]'>
{content}
</span>
<span className='text-[0.75rem]'>
{dayjs(resTime).format('MM월 DD일 HH시 mm분')}
</span>
Expand Down

0 comments on commit 7e9e8cb

Please sign in to comment.