mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
Merge branch 'MDL-82086' of https://github.com/paulholden/moodle
This commit is contained in:
commit
2a216f639f
@ -23,9 +23,6 @@
|
||||
}
|
||||
|
||||
.mform .d-flex {
|
||||
textarea.form-control {
|
||||
width: 100%;
|
||||
}
|
||||
.fitem {
|
||||
margin: 0.1rem 0.25rem 0.1rem 0 !important; /* stylelint-disable-line declaration-no-important */
|
||||
}
|
||||
@ -37,9 +34,14 @@
|
||||
}
|
||||
|
||||
// Override the default bootstrap form-control width.
|
||||
.d-flex > .form-control {
|
||||
width: auto;
|
||||
max-width: 100%;
|
||||
.d-flex {
|
||||
& > .form-control {
|
||||
width: auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
& > textarea.form-control {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
// Override the default bootstrap custom-select width.
|
||||
|
@ -32926,9 +32926,6 @@ body.path-question-type .mform fieldset.hidden {
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.mform .d-flex textarea.form-control {
|
||||
width: 100%;
|
||||
}
|
||||
.mform .d-flex .fitem {
|
||||
margin: 0.1rem 0.25rem 0.1rem 0 !important; /* stylelint-disable-line declaration-no-important */
|
||||
}
|
||||
@ -32942,6 +32939,9 @@ body.path-question-type .mform fieldset.hidden {
|
||||
width: auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
.d-flex > textarea.form-control {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.custom-select {
|
||||
width: auto;
|
||||
|
@ -32926,9 +32926,6 @@ body.path-question-type .mform fieldset.hidden {
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.mform .d-flex textarea.form-control {
|
||||
width: 100%;
|
||||
}
|
||||
.mform .d-flex .fitem {
|
||||
margin: 0.1rem 0.25rem 0.1rem 0 !important; /* stylelint-disable-line declaration-no-important */
|
||||
}
|
||||
@ -32942,6 +32939,9 @@ body.path-question-type .mform fieldset.hidden {
|
||||
width: auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
.d-flex > textarea.form-control {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.custom-select {
|
||||
width: auto;
|
||||
|
Loading…
x
Reference in New Issue
Block a user