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

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