Skip to content

Commit

Permalink
fix search box widget fields breaking out of their contianers
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjn committed Feb 28, 2012
1 parent a305880 commit 1a2c44a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lessstyle.less
Expand Up @@ -61,6 +61,7 @@

// Utility classes
@import "lib/bootstrap/less/utilities.less"; // Has to be last to override when necessary

@import "animate.less";

// BASE CLASS
Expand Down Expand Up @@ -210,3 +211,8 @@ h1, h2, h3, h4, h5, h6 {
.upsells.products ul li {
max-width: 150px;
}


input, textarea {
max-width:100%;
}

0 comments on commit 1a2c44a

Please sign in to comment.