mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Merge branch 'MDL-79160-401' of https://github.com/danghieu1407/moodle into MOODLE_401_STABLE
This commit is contained in:
commit
891b6f796c
@ -333,7 +333,8 @@ body.path-question-type {
|
||||
}
|
||||
}
|
||||
|
||||
.path-mod-quiz input[size] {
|
||||
.que input[size],
|
||||
.que textarea[cols] {
|
||||
width: auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
@ -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%;
|
||||
}
|
||||
|
@ -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%;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user