mirror of
https://github.com/moodle/moodle.git
synced 2025-03-22 08:30:04 +01:00
MDL-78103 theme: Fixed dropdown menu size by the content
This commit is contained in:
parent
b0a7bc3f42
commit
7744cf2f28
@ -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