mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 04:52:36 +02:00
Merge branch 'MDL-52037-cloze-whether-correct-feedback-width' of https://github.com/lucaboesch/moodle
This commit is contained in:
commit
64476c520e
@ -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;
|
||||
}
|
||||
|
@ -9304,6 +9304,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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user