I have a use case where I'd like the text input width to stay the same as opposed to being cut off every time a new tag is added. Stylistically, I move the tags upwards from the input so that they look like floating badges. Visually, it should appear like so:

Any way to do this with this plugin at the moment? CSS !important styles on the input width and absolute positioning aren't doing anything at the moment, so I figure the behavior is part of the base code for this element.
Thanks in advance.