diff --git a/module/entry/css/browse.css b/module/entry/css/browse.css index d8cff03a39..d899295df2 100644 --- a/module/entry/css/browse.css +++ b/module/entry/css/browse.css @@ -1,2 +1,3 @@ .c-code {width: 100px;} .c-key {width: 280px;} +#entryList tbody>tr>td {white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}