make clipped content scrollable

This commit is contained in:
huangjx
2022-05-10 20:25:07 +08:00
parent c3e41f9102
commit cab95529dd

View File

@@ -52,7 +52,7 @@
.table-cell:first-child { .table-cell:first-child {
flex : 1 1 auto; flex : 1 1 auto;
width : 50%; width : 50%;
overflow : hidden; overflow : scroll;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space : nowrap; white-space : nowrap;
} }