Modal with form inside a .row-fluid breaks input size
Created by: cnicodeme
Hi! :)
If I define a
<div class="modal" />
in a <div class="row-fluid" />
container (I can't do without), the size of inputs in the form contained in the class="modal" are set in %, not in px, so the size is not what expected.
For a .span3, I get something like 23% width instead of 260px;
But since the modal's width is fixed (to 560px apparently), the inputs inside a modal should have a px defined width, not a percentage.
The problem seems to be located at less/mixins.less, around line 222.