ups... i uploaded the image to: http://imagesup.net/?di=913782968996
Thanks 2013/9/4 Thiago H de Paula Figueiredo <thiag...@gmail.com> > ** > On Wed, 04 Sep 2013 04:57:43 -0300, Eugen <eugens...@gmail.com> wrote: > > Hi all, > > > Hi! > > a have a layout problem with an TextField decorated with Autocomplete > mixin. > The .tml: > <t:form role="form" class="col-xs-3"> > <div class="form-group"> > <t:label for="state">State</t:label> > <t:textfield t:id="state" value="patient.state" /> > </div> > <div class="form-group"> > <t:label for="country">Country</t:label> > <t:textfield t:id="country" value="patient.country" > t:mixins="autocomplete" /> > </div> > </t:form> > The mixin is working fine, but follow layout is produced: > [image: Встроенное изображение 1] > > > The image wasn't included in the message. > > How can this be fixed? > > > CSS, very probably. > > -- > Thiago H. de Paula Figueiredo >