TABLE セルのはみ出す内容をカットする
table {
width: 100%;
table-layout: fixed;
}
table td {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
table {
width: 100%;
table-layout: fixed;
}
table td {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}