Skip to content

Instantly share code, notes, and snippets.

View ChrisLuYi-Aon's full-sized avatar

Chris Lu Yi ChrisLuYi-Aon

View GitHub Profile
@FFKL
FFKL / cell-ellipsis.css
Last active June 1, 2024 18:21
Auto-resizable ellipsis without fixed width 😮
.ellipsis {
position: relative;
}
.ellipsis:before {
content: ' ';
visibility: hidden;
}
.ellipsis span {