Merge branch 'MDL-86430-Bad-Display-Of-Scale-Grading' of https://github.com/birdy1976/moodle

This commit is contained in:
ferran
2025-10-24 12:13:28 +02:00
3 changed files with 12 additions and 0 deletions
@@ -406,6 +406,10 @@ textarea[data-auto-rows] {
padding-bottom: $input-padding-y;
}
[data-fieldtype="modgrade"] .form-select {
width: 100%;
}
// We dont' use the mixin because it's expensive.
[data-fieldtype="modgrade"] {
background-color: $card-bg;
+4
View File
@@ -35369,6 +35369,10 @@ textarea[data-auto-rows] {
padding-bottom: 0.375rem;
}
[data-fieldtype=modgrade] .form-select {
width: 100%;
}
[data-fieldtype=modgrade] {
background-color: var(--bs-body-bg);
border-radius: var(--bs-border-radius);
+4
View File
@@ -35369,6 +35369,10 @@ textarea[data-auto-rows] {
padding-bottom: 0.375rem;
}
[data-fieldtype=modgrade] .form-select {
width: 100%;
}
[data-fieldtype=modgrade] {
background-color: var(--bs-body-bg);
border-radius: var(--bs-border-radius);