diff --git a/installer/resources/themes/snark/light/snark.css b/installer/resources/themes/snark/light/snark.css
index 3d81895e209bc4d5b0b2f80f3a22720012557483..a7d38581c3cfc98041416f15f55f94159ad753ba 100644
--- a/installer/resources/themes/snark/light/snark.css
+++ b/installer/resources/themes/snark/light/snark.css
@@ -808,8 +808,6 @@ tr:hover .percentBarText {
      text-align: left;
      white-space: nowrap;
      width: 140px;
-     overflow: hidden;
-     text-overflow: ellipsis;
 }
 
 /* download bars */
diff --git a/installer/resources/themes/snark/ubergine/snark.css b/installer/resources/themes/snark/ubergine/snark.css
index c269867e2dd545c680b9d26dee7f75f6a550fa97..17ad692cbcd0696e549236442025510f10543287 100644
--- a/installer/resources/themes/snark/ubergine/snark.css
+++ b/installer/resources/themes/snark/ubergine/snark.css
@@ -769,8 +769,6 @@ _:-ms-lang(x), .snarkTorrents tbody tr:hover, .snarkDirInfo tbody tr:hover {
      font-style: italic;
      text-align: left !important;
      white-space: nowrap;
-     overflow: hidden;
-     text-overflow: ellipsis;
      width: 140px;
 }
 
diff --git a/installer/resources/themes/snark/vanilla/snark.css b/installer/resources/themes/snark/vanilla/snark.css
index c5faf78821f7c241cb11d33fcf8cbf3d093f7fc1..2bc8ff95cba5642969c8640f8977f965c5bc609c 100644
--- a/installer/resources/themes/snark/vanilla/snark.css
+++ b/installer/resources/themes/snark/vanilla/snark.css
@@ -857,8 +857,6 @@ _:-ms-lang(x), .snarkTorrents tbody tr:hover, .snarkDirInfo tbody tr:hover {
      text-align: left;
      white-space: nowrap;
      width: 140px;
-     overflow: hidden;
-     text-overflow: ellipsis;
 }
 
 .snarkTorrentInfo img {