From 92bf874cfa9d1be59aab58005f493ccfd9c40512 Mon Sep 17 00:00:00 2001 From: Andreas Grabs Date: Fri, 8 Nov 2013 10:49:01 +0100 Subject: [PATCH] MDL-41775 mod_feedback - Input fields are shown with a fixed width on bootstrap based themes --- mod/feedback/styles.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mod/feedback/styles.css b/mod/feedback/styles.css index e084a2e377a..ca0029e9633 100644 --- a/mod/feedback/styles.css +++ b/mod/feedback/styles.css @@ -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; +}