This commit is contained in:
Jun Pataleta 2024-05-29 17:02:13 +08:00
commit 4036b4a800
No known key found for this signature in database
GPG Key ID: F83510526D99E2C7
3 changed files with 16 additions and 13 deletions

View File

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

View File

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

View File

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