Skip to content
Snippets Groups Projects
Verified Commit 025faaa2 authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3470276 by spuky, nayana_mvr, smustgrave: To long Breadcrumbs are creating scrollbar

(cherry picked from commit 2304de78)
parent dd5c48d3
No related branches found
No related tags found
4 merge requests!11958Issue #3490507 by alexpott, smustgrave: Fix bogus mocking in...,!11769Issue #3517987: Add option to contextual filters to encode slashes in query parameter.,!11185Issue #3477324 by andypost, alexpott: Fix usage of str_getcsv() and fgetcsv() for PHP 8.4,!9944Issue #3483353: Consider making the createCopy config action optionally fail...
Pipeline #301800 passed with warnings
Pipeline: drupal

#301824

    Pipeline: drupal

    #301816

      Pipeline: drupal

      #301812

        +1
        ......@@ -79,6 +79,7 @@
        @media (min-width: 62.5rem) {
        .breadcrumb__list {
        overflow: visible;
        width: auto;
        margin-inline-start: 0;
        margin-inline-end: 0;
        padding-block-end: 0;
        ......
        ......@@ -65,6 +65,7 @@
        @media (--lg) {
        overflow: visible;
        width: auto;
        margin-inline-start: 0;
        margin-inline-end: 0;
        padding-block-end: 0;
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Please register or to comment