- Issue created by @SirClickALot
- Status changed to Closed: works as designed
over 1 year ago 10:00am 27 February 2023
I use this module a great deal but I have noticed that in the latest release the placement of the Taxonomy term tree button as gone awry...
For example, when using it as the Form Display widget on a Taxonomy field, the button is as though it were floated right and it out of line with the input to which it relates...
I have bee able to fix it a couple of contexts in which I use it by this temporary CSS
/*
* TEMPORARY fixes and fiddles for Entity Reference Tree Widget
*/
.field--widget-entity-reference-tree .button {
left: inherit;
position: absolute;
top: inherit;
margin-top: 58px;
}
.paragraphs-nested .field--widget-entity-reference-tree .button {
margin-top: 110px;
}
But it clearly needs some attention at source I think
I hope my raising this is of some use.
Closed: works as designed
2.2
User interface