From feeded749ce9a937e634c773c5c73bb9aa56911d Mon Sep 17 00:00:00 2001 From: kipukun Date: Tue, 9 May 2017 18:54:53 -0400 Subject: [PATCH] fuk dis shit just ellipses this shit download torrents on your computer --- public/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/css/style.css b/public/css/style.css index ea665846..c39c0238 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -84,6 +84,10 @@ a { border: none; } +td { + text-overflow: ellipsis; +} + .torrent-info .name { font-weight: bold; overflow: hidden;