improve downloads section again

This commit is contained in:
SpikeHD
2022-05-11 21:33:23 -07:00
parent cd4fe6b9fb
commit 9f0ade3de8
3 changed files with 18 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
.DownloadSection span {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
width: 100%;
}
.DownloadSection {
overflow: hidden;
width: 100%;
}