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; } } }