말줄임 처리 👉🏻 truncate
truncate
truncate
: tailwindcss class, 부모 컨테이너의 width가 고정된 값일 때 자식 요소가 넘치는 경우 말줄임으로 작업한다.
css
overflow:hidden
text-overflow: ellipsis;
white-space: nowrap;
Last updated
truncate
: tailwindcss class, 부모 컨테이너의 width가 고정된 값일 때 자식 요소가 넘치는 경우 말줄임으로 작업한다.
overflow:hidden
text-overflow: ellipsis;
white-space: nowrap;
Last updated