MDL-41775 mod_feedback - Input fields are shown with a fixed width on bootstrap based themes

This commit is contained in:
Andreas Grabs 2013-11-08 10:42:49 +01:00
parent d214057cad
commit 6d645211be

View File

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