Revert "try as best we can to keep the directory table (cloud list mode) inside the containing div. It looks pretty bad when you have a long filename."

This reverts commit 4d7acdd44d.
This commit is contained in:
Mario Vavti
2017-12-12 11:10:12 +01:00
parent d0956eb39d
commit 7a7bfd9de7
2 changed files with 5 additions and 14 deletions

View File

@@ -1802,12 +1802,3 @@ dl.bb-dl > dd > li {
overflow: hidden;
}
#cloud-index {
width: 100%;
table-layout: fixed;
}
#cloud-index td {
width: auto;
overflow: hidden;
}