MDL-78103 theme: Fixed dropdown menu size by the content

This commit is contained in:
chen levy
2023-10-11 11:14:43 +07:00
committed by Huong Nguyen
parent 9713039354
commit d009f95aeb
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;
}