mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
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:
parent
f8d28e4ca6
commit
27200f2c6e
@ -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 {
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user