mirror of
https://github.com/moodle/moodle.git
synced 2025-03-19 23:20:09 +01:00
Merge branch 'MDL-78103-401' of https://github.com/HuongNV13/moodle into MOODLE_401_STABLE
This commit is contained in:
commit
82488f901d
@ -2415,6 +2415,10 @@ $footer-link-color: $bg-inverse-link-color !default;
|
||||
}
|
||||
}
|
||||
|
||||
.dropdown-menu {
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
.competency-tree {
|
||||
ul {
|
||||
padding-left: 1.5rem;
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user