CSS:table の td でellipsis

2024.07.17

#hogehoge_table tbody td {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    max-width:0;
}
 

忘れちゃうからメモ