diff --git a/public/index.css b/public/index.css index a442129..18b4bde 100644 --- a/public/index.css +++ b/public/index.css @@ -69,6 +69,12 @@ th.small { } td { cursor: pointer; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} +td:hover { + white-space: initial; } td,th { padding: 5px;