From 5a730a94fb7f4e9848254eb18efcd59e70d8c05b Mon Sep 17 00:00:00 2001 From: Anwar khanfir Date: Mon, 11 Nov 2024 13:08:43 +0100 Subject: [PATCH] fix: Breadcrumb on long page title isn't applied in Navigation portlet with Breadcrumb style - EXO-75273 - Meeds-io/meeds#2570. Before this change, when select any node in a space and add under it many items one under another with long titles and in the last added item, add a Breadcrumb navigation portlet, the labels in breadcrumb are not displayed correctly. To resolve this problem, change v-btn to v-card and use flex for alignment. After this change, Last page title is not centered if the last title is too long, a breadcrumb at the end is applied. --- .../breadcrumb/components/Breadcrumb.vue | 27 ++++++++++--------- 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/webapp/portlet/src/main/webapp/vue-apps/breadcrumb/components/Breadcrumb.vue b/webapp/portlet/src/main/webapp/vue-apps/breadcrumb/components/Breadcrumb.vue index 6753b40fe52..89036007265 100644 --- a/webapp/portlet/src/main/webapp/vue-apps/breadcrumb/components/Breadcrumb.vue +++ b/webapp/portlet/src/main/webapp/vue-apps/breadcrumb/components/Breadcrumb.vue @@ -3,47 +3,50 @@