Fix spaces being collapsed in move dialog again

Signed-off-by: Gary Kim <gary@garykim.dev>
This commit is contained in:
Gary Kim 2019-10-25 09:52:31 +08:00
parent d633b451df
commit ffead18518
No known key found for this signature in database
GPG Key ID: 9349B59FB54594AC
1 changed files with 3 additions and 0 deletions

View File

@ -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 {