If option "Make vocabularies collapsible" is NOT checked then UI of the form is not correctly aligned.

As you can see in the attached screen shot the name of first vocabulary is aligned to left but name of second vocabulary just continues row where it ended after printing list of terms of first vocabulary

Could it be just style problem (h3) ?

CommentFileSizeAuthor
TaxonomyBrowserUI1.jpg24.32 KBmvidelgauz

Comments

jsmoorejr’s picture

Is there a fix for this yet?

alexbk66-’s picture

Add the following to your theme's local.css


div.taxonomy_browser_checkboxes {
  clear: both;
  padding-top: 10px;
}