MDL-75941 theme_boost: don't auto grow breadcrumb items.

On mobile/small breakpoint, display breadcrumb items without
excess whitespace.
This commit is contained in:
Paul Holden 2022-10-19 21:49:06 +01:00
parent f8d28e4ca6
commit 27200f2c6e
3 changed files with 2 additions and 5 deletions

View File

@ -2721,7 +2721,6 @@ $picker-emojis-per-row: 7 !default;
padding-bottom: $spacer / 3;
display: inline-flex;
overflow: hidden;
flex-grow: 1;
}
.breadcrumb-item a,
.breadcrumb-item span {

View File

@ -12084,8 +12084,7 @@ input[disabled] {
padding-top: 0.3333333333rem;
padding-bottom: 0.3333333333rem;
display: inline-flex;
overflow: hidden;
flex-grow: 1; }
overflow: hidden; }
.breadcrumb:not(:empty) .breadcrumb-item a,
.breadcrumb:not(:empty) .breadcrumb-item span {
overflow: hidden;

View File

@ -12084,8 +12084,7 @@ input[disabled] {
padding-top: 0.3333333333rem;
padding-bottom: 0.3333333333rem;
display: inline-flex;
overflow: hidden;
flex-grow: 1; }
overflow: hidden; }
.breadcrumb:not(:empty) .breadcrumb-item a,
.breadcrumb:not(:empty) .breadcrumb-item span {
overflow: hidden;