Skip to content

Commit

Permalink
(less) fixes twbs#4828: make fluid grid inputs size the same as fixed…
Browse files Browse the repository at this point in the history
… grid inputs
  • Loading branch information
mdo committed Aug 29, 2012
1 parent 6350488 commit e11c3cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion responsive-767px-max.less
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,9 @@
.row-fluid [class*="span"] {
float: none;
display: block;
width: auto;
width: 100%;
margin-left: 0;
.box-sizing(border-box);
}
.span12,
.row-fluid .span12 {
Expand Down

0 comments on commit e11c3cb

Please sign in to comment.