diff --git a/modules/bookmarks/templates/topbar-bookmark-button.phtml b/modules/bookmarks/templates/topbar-bookmark-button.phtml
index b8ac5a8..e239092 100644
--- a/modules/bookmarks/templates/topbar-bookmark-button.phtml
+++ b/modules/bookmarks/templates/topbar-bookmark-button.phtml
@@ -41,6 +41,6 @@ if ($currentPath !== '') {
data-bookmark-existing-name=""
data-bookmark-existing-group=""
>
-
+
diff --git a/modules/notifications/templates/topbar-notification-bell.phtml b/modules/notifications/templates/topbar-notification-bell.phtml
index 9b7e588..45aa393 100644
--- a/modules/notifications/templates/topbar-notification-bell.phtml
+++ b/modules/notifications/templates/topbar-notification-bell.phtml
@@ -9,7 +9,7 @@ $unreadCount = (int) ($notifNav['unread_count'] ?? 0);
-
+
0): ?>
99 ? '99+' : $unreadCount); ?>
diff --git a/web/css/components/app-breadcrumb.css b/web/css/components/app-breadcrumb.css
index 9371b9f..fdb2b1b 100644
--- a/web/css/components/app-breadcrumb.css
+++ b/web/css/components/app-breadcrumb.css
@@ -42,8 +42,17 @@
pointer-events: none;
}
+ .app-breadcrumb a,
+ .app-breadcrumb [aria-current="page"] {
+ display: inline-block;
+ max-width: 18ch;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ vertical-align: middle;
+ }
+
.app-breadcrumb a {
- display: inline;
margin: 0;
padding: 0;
color: var(--app-muted-color);