Merge pull request #17670 from nextcloud/fix/noid/collapsing-spaces-in-move-again

Fix spaces being collapsed in move dialog again
This commit is contained in:
Roeland Jago Douma 2019-10-31 16:17:31 +01:00 committed by GitHub
commit ef6806a235
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -896,6 +896,9 @@ code {
white-space: pre;
text-overflow: ellipsis;
}
&__last {
white-space: pre;
}
}
}
.filesize, .date {