Created attachment 133082 [details] Picture for exemple If a record has too few labels (author, date, language, country, etc) but does have a picture, the bibliodescriptions will take too much space. The tabs (Holdings, Descriptions, acquisitions details, etc) will be located below the labels but the content of the tabs will appear below the picture. See attachment for exemple. This is indeed a niche case since you need to have a picture but not a lot of labels showing, but I think the tabs should be attached to their contents and not separated to prevent potential errors like these.
Created attachment 133083 [details] Exemple picture but in english Replaced the original picture by the english version, apologies for that.
Do you have some custom CSS or JavaScript in place to change the layout of this page? Normally the image is displayed on the left.
Interesting, you're right, I've stumbled upon this bug on two different version but I guess they both had this modification. If anyone's interested, I fixed the problem by putting this in OpacUserCSS: #bibliodescriptions{ display:flex; width:100%; flex-direction: column; } Otherwise, i'll close that bug.