html - How to: get new line between two spans? -


i've been working on implementing parsley.js rails app using bootstrap css , js classes. have working, except css giving me headache. reason, if there validation error addon's height gets resized occupy whole space. tried using max-height property without luck, , think can fixed clearfix. can please me? example of error can found here: http://plnkr.co/edit/6i6yqsvnxqlcdnvvk5el?p=preview . advanced.

edit: here mockup of desired output: enter image description here

i have try solve js unfortunately not getting js have added position: absolute error messages.

i have added following styles

#new_user{   position:relative; } .help-block{   position:absolute; } .has-error{   margin-bottom:32px; }  

here updated code http://plnkr.co/edit/yzsdngepzmkmolm7g1ts?p=preview

hope hep you.


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

android - Inheriting from Theme.AppCompat* -