MDL-79160 Question: Answer field overflows parent width with large size

This commit is contained in:
danghieu1407 2023-10-05 11:06:21 +07:00
parent a7bdd7a007
commit cf9373c4dd
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

@ -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%;
}

View File

@ -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%;
}