styles: wrap long texts in tables of torrent details

Bug: #109
This commit is contained in:
Jesse Chan
2021-02-02 20:12:18 +08:00
parent 4d51ce42f2
commit c37b6ea86a
@@ -163,6 +163,13 @@ $torrent-details--tags--foreground: #1a2028;
font-weight: 700;
}
}
td {
max-width: 140px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
&__section {