make clipped content scrollable
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user