make clipped content scrollable
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
.table-cell:first-child {
|
||||
flex : 1 1 auto;
|
||||
width : 50%;
|
||||
overflow : hidden;
|
||||
overflow : scroll;
|
||||
text-overflow: ellipsis;
|
||||
white-space : nowrap;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user