fix issue with long filenames in mod cloud

This commit is contained in:
Mario Vavti 2017-12-13 12:34:14 +01:00
parent b8fcfc7698
commit 861bd15c72

View file

@ -21,6 +21,10 @@
padding: 7px 3px 7px 10px;
}
#cloud-index td:nth-child(2){
word-break: break-all;
}
#cloud-index th:nth-child(8),
#cloud-index td:nth-child(8){
padding: 7px 3px;