Skip to content
Snippets Groups Projects
Unverified Commit ef6806a2 authored by Roeland Jago Douma's avatar Roeland Jago Douma Committed by GitHub
Browse files

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

Fix spaces being collapsed in move dialog again
parents 7ae539db ffead185
No related branches found
No related tags found
No related merge requests found
...@@ -896,6 +896,9 @@ code { ...@@ -896,6 +896,9 @@ code {
white-space: pre; white-space: pre;
text-overflow: ellipsis; text-overflow: ellipsis;
} }
&__last {
white-space: pre;
}
} }
} }
.filesize, .date { .filesize, .date {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment