stable

Clone or download

Read-only

Fix very long item title wrapping

Part of story #12445 - Table: expand/collapse If you have very long titles for items, then there should not be any text under the caret and item icons. Change-Id: Ic3650264ea70e025e9d1511da3a83deb7c5da2bd

Modified Files

Name
M plugins/document/scripts/document/components/Folder/FolderContentRow.vue +8 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemTitle/DocumentCellTitle.vue +3 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemTitle/FakeCaret.vue +1 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemTitle/FileCellTitle.vue +3 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemTitle/FolderCellTitle.vue +4 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemTitle/LinkCellTitle.vue +3 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemTitle/WikiCellTitle.vue +3 −3 Go to diff View file
M plugins/document/themes/BurningParrot/document/_document.scss +9 −0 Go to diff View file