Position the re-use sub-menu under its button

When the reference to re-use has a lot of content the button element
of the sub-menu expands over the whole height of the result widget.

The expanded sub-menu will always be positioned at the end of the
button element, that's why it was always added to the end of the
result widget and not the visible button.

Makeing sure that the element of the button is not larger than the
visible outlines fixes that problem.

Bug: T375053
Change-Id: I3c16aeae37c3774808544b03c7e6e52762e6d145
This commit is contained in:
WMDE-Fisch 2024-10-04 09:59:52 +02:00
parent 81c0036b91
commit c517172ecb

View file

@ -69,8 +69,12 @@
.ve-ui-mwReferenceSearchReuseHacks .ve-ui-mwReferenceResultWidget {
display: flex;
.ve-ui-mwReferenceResultsReuseOptions .oo-ui-buttonElement-button:hover {
border: @border-progressive;
.ve-ui-mwReferenceResultsReuseOptions {
height: 100%;
.oo-ui-buttonElement-button:hover {
border: @border-progressive;
}
}
.oo-ui-labelElement-label {