Skip to content

Commit

Permalink
Merge branch 'MDL-78103-401' of https://github.com/HuongNV13/moodle i…
Browse files Browse the repository at this point in the history
…nto MOODLE_401_STABLE
  • Loading branch information
HuongNV13 committed Oct 11, 2023
2 parents 7ff2d18 + 7744cf2 commit 82488f9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions theme/boost/scss/moodle/core.scss
Expand Up @@ -2415,6 +2415,10 @@ $footer-link-color: $bg-inverse-link-color !default;
}
}

.dropdown-menu {
width: fit-content;
}

.competency-tree {
ul {
padding-left: 1.5rem;
Expand Down
4 changes: 4 additions & 0 deletions theme/boost/style/moodle.css
Expand Up @@ -15093,6 +15093,10 @@ h3.sectionname .inplaceeditable.inplaceeditingon .editinstructions {
font-size: 0.7rem;
}

.dropdown-menu {
width: fit-content;
}

.competency-tree ul {
padding-left: 1.5rem;
}
Expand Down
4 changes: 4 additions & 0 deletions theme/classic/style/moodle.css
Expand Up @@ -15093,6 +15093,10 @@ h3.sectionname .inplaceeditable.inplaceeditingon .editinstructions {
font-size: 0.7rem;
}

.dropdown-menu {
width: fit-content;
}

.competency-tree ul {
padding-left: 1.5rem;
}
Expand Down

0 comments on commit 82488f9

Please sign in to comment.