MDL-45536 theme: Use width auto for inputs and textareas specifying them
Conflicts: theme/bootstrapbase/style/moodle.css
This commit is contained in:
committed by
Marina Glancy
parent
556a760d0c
commit
10f981a794
@@ -634,3 +634,10 @@ fieldset.coursesearchbox label {
|
||||
margin-left: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
/* Revert to the non-fixed width where a textarea has the number of columns
|
||||
specified, or an input has it's size specified. */
|
||||
textarea[cols],
|
||||
input[size] {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user