I want a 0 width input that expands into view, but it seems like Bootstrap's styling is not letting me do this without !important
. But when I do mark it !important
, I cannot seem to make it expand with jQuery's .animate({width: "170px"}, 200)
.
Perhaps another alternative to make the box expand into view?