Odd placement of Taxonomy term tree button since recent releases

Created on 26 February 2023, about 2 years ago
Updated 27 February 2023, about 2 years ago

Problem/Motivation

Since the last release or tow (can't be certain which) I have noticed that the placement of the Taxonomy term tree button as gone awry...

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

🐛 Bug report
Status

Closed: works as designed

Version

3.3

Component

User interface

Created by

🇬🇧United Kingdom SirClickALot Somerset

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024