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 commit is contained in:
@@ -1759,3 +1759,12 @@ dl.bb-dl > dd > li {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#cloud-index {
|
||||
width: 100%;
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
#cloud-index td {
|
||||
width: auto;
|
||||
overflow: hidden;
|
||||
}
|
Reference in New Issue
Block a user