A quick fix for this, especially if you're using Seven as your admin theme, is to add this simple definition:
div.vertical-tabs .vertical-tabs-panes .fieldset-wrapper legend {
display:block;
margin-bottom:2.5em;
}
I also found that the legend seems to overwrite the top of the fieldset contents so required the margin-bottom. YMMV.
No comments:
Post a Comment