MDL-86430 theme_boost: Fix display of scale grading when title too long
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -35281,6 +35281,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);
|
||||
|
||||
@@ -35281,6 +35281,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);
|
||||
|
||||
Reference in New Issue
Block a user