Skip to content

Commit

Permalink
feat: fixed height for prerequisite course dropdown list (openedx#1154)
Browse files Browse the repository at this point in the history
Co-authored-by: Kyrylo Hudym-Levkovych <[email protected]>
  • Loading branch information
2 people authored and navinkarkera committed Sep 9, 2024
1 parent 192b67c commit a0ec0e5
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,11 @@
.form-group-custom:not(:last-child) {
margin-bottom: 2rem;
}

.dropdown-prerequisite {
.dropdown-menu {
overflow: auto;
height: 20rem;
}
}
}

0 comments on commit a0ec0e5

Please sign in to comment.