Merge branch 'MDL-78103-401' of https://github.com/HuongNV13/moodle into MOODLE_401_STABLE

This commit is contained in:
Huong Nguyen
2023-10-11 11:26:02 +07:00
3 changed files with 12 additions and 0 deletions
+4
View File
@@ -2415,6 +2415,10 @@ $footer-link-color: $bg-inverse-link-color !default;
}
}
.dropdown-menu {
width: fit-content;
}
.competency-tree {
ul {
padding-left: 1.5rem;
+4
View File
@@ -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;
}
+4
View File
@@ -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;
}