stable

Clone or download

Read-only

Remove extra whitespace when item has no folder as sibling

Part of story #12445 - Table: expand/collapse Given the following structure: A » B » C - item => there should be no extra whitespace A » B » C - Folder1 - Folder2 - item => item icon should be aligned with folders icon A » B » C - Folder1 - item => item icon should have the same alignment as with the following structure: A » B » C - Folder1 - Folder2 - item Change-Id: I063ab88ee3dffbae8b8fed274a0effe50de18e11

Modified Files

Name
M plugins/document/scripts/document/app.spec.js +1 −0 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemTitle/DocumentCellTitle.vue +3 −1 Go to diff View file
A plugins/document/scripts/document/components/Folder/ItemTitle/FakeCaret.spec.js +157 −0 Go to diff View file
A plugins/document/scripts/document/components/Folder/ItemTitle/FakeCaret.vue +49 −0 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemTitle/FileCellTitle.vue +3 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemTitle/LinkCellTitle.vue +4 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemTitle/WikiCellTitle.vue +4 −1 Go to diff View file
M plugins/document/scripts/package-lock.json +22 −0 Go to diff View file
M plugins/document/scripts/package.json +3 −0 Go to diff View file