Hello,

Quick bug report. The help text will appear under the button, not under the text field. Can you replace the float with a display:inline tag?

Old

.at-term-entry {
  float: left;
}

New

.at-term-entry {
  display:inline;
}

Thanks!