mirror of
https://github.com/moodle/moodle.git
synced 2025-03-19 23:20:09 +01:00
MDL-79160 Question: Answer field overflows parent width with large size
This commit is contained in:
parent
a7bdd7a007
commit
cf9373c4dd
@ -333,7 +333,8 @@ body.path-question-type {
|
||||
}
|
||||
}
|
||||
|
||||
.path-mod-quiz input[size] {
|
||||
.que input[size],
|
||||
.que textarea[cols] {
|
||||
width: auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
@ -21249,7 +21249,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%;
|
||||
}
|
||||
|
@ -21249,7 +21249,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