From ef47219b4883cc5e8f82af4d6c0163e64fd7b40f Mon Sep 17 00:00:00 2001 From: CzBiX Date: Sun, 1 Sep 2019 00:38:14 +0800 Subject: [PATCH] Minor tweak UI --- src/components/Torrents.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Torrents.vue b/src/components/Torrents.vue index 51484da..f6ba60f 100644 --- a/src/components/Torrents.vue +++ b/src/components/Torrents.vue @@ -442,7 +442,7 @@ export default Vue.extend({ .torrent-title { text-overflow: ellipsis; overflow: hidden; - max-width: 40em; + max-width: 36em; } } }