AnsPress 2.0 – Tags plugin: input area too small

3.26K viewsCore
0

Hi,

If I type in the tags input field, I get a very limited place to type the tag name.
I think this is due to the following width limitation:

<input type="text" placeholder="" size="7" style="width: 3em !important;">

Is there a reason for limiting the space to 3em?

0

Yes you are right, 3em is added by jQuery plugin. Will fix it.