Merge branch 'MDL-52037_32-cloze-whether-correct-feedback-width' of https://github.com/lucaboesch/moodle into MOODLE_32_STABLE
This commit is contained in:
@@ -304,6 +304,10 @@ body.path-question-type {
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
.que.multianswer .formulation .yui3-widget-positioned {
|
||||
box-sizing: content-box;
|
||||
}
|
||||
|
||||
.path-mod-quiz input[size] {
|
||||
width: auto;
|
||||
max-width: 100%;
|
||||
|
||||
@@ -237,6 +237,9 @@ body.path-question-type .fitem_fgroup .accesshide {
|
||||
width: auto;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
.que.multianswer .formulation .yui3-widget-positioned {
|
||||
box-sizing: content-box;
|
||||
}
|
||||
.path-mod-quiz input[size] {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
@@ -6962,6 +6962,9 @@ body.path-question-type .fitem_fgroup .accesshide {
|
||||
width: auto;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
.que.multianswer .formulation .yui3-widget-positioned {
|
||||
box-sizing: content-box;
|
||||
}
|
||||
.path-mod-quiz input[size] {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user