Skip to content

Commit

Permalink
Merge branch 'MDL-75941-400' of https://github.com/paulholden/moodle
Browse files Browse the repository at this point in the history
…into MOODLE_400_STABLE
  • Loading branch information
snake committed Nov 8, 2022
2 parents 9508492 + f006c73 commit 98d5109
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion theme/boost/scss/moodle/core.scss
Expand Up @@ -2711,7 +2711,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 {
Expand Down
3 changes: 1 addition & 2 deletions theme/boost/style/moodle.css
Expand Up @@ -12077,8 +12077,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;
Expand Down
3 changes: 1 addition & 2 deletions theme/classic/style/moodle.css
Expand Up @@ -12077,8 +12077,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;
Expand Down

0 comments on commit 98d5109

Please sign in to comment.