mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 04:33:13 +01:00
Merge branch 'MDL-45536-master' of git://github.com/andrewnicols/moodle
Conflicts: theme/bootstrapbase/style/moodle.css
This commit is contained in:
commit
143eef0e37
@ -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
Loading…
x
Reference in New Issue
Block a user