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
?