mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Merge branch 'MDL-81779' of https://github.com/paulholden/moodle
This commit is contained in:
commit
4036b4a800
@ -23,11 +23,6 @@
|
||||
}
|
||||
|
||||
.mform .d-flex {
|
||||
// Override the default bootstrap form-control width.
|
||||
.form-control {
|
||||
width: auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
textarea.form-control {
|
||||
width: 100%;
|
||||
}
|
||||
@ -41,6 +36,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
// Override the default bootstrap form-control width.
|
||||
.d-flex > .form-control {
|
||||
width: auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
// Override the default bootstrap custom-select width.
|
||||
.custom-select {
|
||||
width: auto;
|
||||
|
@ -32930,10 +32930,6 @@ body.path-question-type .mform fieldset.hidden {
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.mform .d-flex .form-control {
|
||||
width: auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
.mform .d-flex textarea.form-control {
|
||||
width: 100%;
|
||||
}
|
||||
@ -32946,6 +32942,11 @@ body.path-question-type .mform fieldset.hidden {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.d-flex > .form-control {
|
||||
width: auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.custom-select {
|
||||
width: auto;
|
||||
max-width: 100%;
|
||||
|
@ -32930,10 +32930,6 @@ body.path-question-type .mform fieldset.hidden {
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.mform .d-flex .form-control {
|
||||
width: auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
.mform .d-flex textarea.form-control {
|
||||
width: 100%;
|
||||
}
|
||||
@ -32946,6 +32942,11 @@ body.path-question-type .mform fieldset.hidden {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.d-flex > .form-control {
|
||||
width: auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.custom-select {
|
||||
width: auto;
|
||||
max-width: 100%;
|
||||
|
Loading…
x
Reference in New Issue
Block a user