To long Breadcrumbs are creating scrollbar...

Created on 26 August 2024, 9 months ago
Updated 19 September 2024, 8 months ago

Problem/Motivation

Trying out Starshot/Drupal CMS Demo we noticed long breadcrumbs create a scrollbar in the Site

Steps to reproduce

install Starshot demo
fill out the nerd quiz..

after wards go to https://drupal-cms-dev.ddev.site/webform/nerd_quiz/submissions/1

Proposed resolution

on wider screens override
width: max-content; (set on .breadcrumb__list)

with a width: auto

@media (min-width: 62.5rem) {
.breadcrumb__list {
width: auto;
}
}

Remaining tasks

Change width of breadcrumb.

User interface changes

Before patch:

After patch:

Introduced terminology

None

API changes

None

Data model changes

None

Release notes snippet

🐛 Bug report
Status

RTBC

Version

11.0 🔥

Component
Olivero 

Last updated 2 days ago

Created by

🇩🇪Germany spuky

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024