Merge pull request #10892 from nextcloud/fix-drag-shadow-in-files-app

Fix drag shadow in Files app
This commit is contained in:
John Molakvoæ 2018-08-28 13:13:52 +02:00 committed by GitHub
commit 90581a44c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -612,12 +612,15 @@ table tr.summary td {
table.dragshadow {
width:auto;
z-index: 100;
z-index: 2000;
}
table.dragshadow td.filename {
padding-left:60px;
padding-right:16px;
height: 36px;
/* Override "max-width: 0" to prevent file name and size from overlapping */
max-width: unset;
}
table.dragshadow td.size {
padding-right:8px;