Merge branch 'MDL-79160-401' of https://github.com/danghieu1407/moodle into MOODLE_401_STABLE

This commit is contained in:
Ilya Tregubov 2023-10-12 09:44:23 +08:00
commit 891b6f796c
No known key found for this signature in database
GPG Key ID: 0F58186F748E55C1
3 changed files with 6 additions and 3 deletions

View File

@ -333,7 +333,8 @@ body.path-question-type {
}
}
.path-mod-quiz input[size] {
.que input[size],
.que textarea[cols] {
width: auto;
max-width: 100%;
}

View File

@ -21253,7 +21253,8 @@ body.path-question-type .form-group .col-form-label.sr-only:not(legend):not([for
max-width: inherit;
}
.path-mod-quiz input[size] {
.que input[size],
.que textarea[cols] {
width: auto;
max-width: 100%;
}

View File

@ -21253,7 +21253,8 @@ body.path-question-type .form-group .col-form-label.sr-only:not(legend):not([for
max-width: inherit;
}
.path-mod-quiz input[size] {
.que input[size],
.que textarea[cols] {
width: auto;
max-width: 100%;
}