mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
MDL-41775 mod_feedback - Input fields are shown with a fixed width on bootstrap based themes
This commit is contained in:
parent
d214057cad
commit
6d645211be
@ -108,3 +108,9 @@ div#feedback_dragarea {
|
||||
div img.feedback_bar_image {
|
||||
height: 10px;
|
||||
}
|
||||
|
||||
.path-mod-feedback input,
|
||||
.path-mod-feedback textarea,
|
||||
.path-mod-feedback .uneditable-input {
|
||||
width: auto;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user