Skip to content

Commit

Permalink
MDL-41775 mod_feedback - Input fields are shown with a fixed width on…
Browse files Browse the repository at this point in the history
… bootstrap based themes
  • Loading branch information
grabs committed Nov 8, 2013
1 parent d214057 commit 6d64521
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mod/feedback/styles.css
Expand Up @@ -108,3 +108,9 @@ div#feedback_dragarea {
div img.feedback_bar_image { div img.feedback_bar_image {
height: 10px; height: 10px;
} }

.path-mod-feedback input,
.path-mod-feedback textarea,
.path-mod-feedback .uneditable-input {
width: auto;
}

0 comments on commit 6d64521

Please sign in to comment.