tomc
1
Which product are you using?
PDF.js Express Plus
PDF.js Express Version
UI Version = 8.7.0
Core version = 8.7.5
Detailed description of issue
The chevrons for the dropdowns are appear to be in the wrong location.
Expected behaviour
{Provide a screenshot or description of the expected behaviour}
Does your issue happen with every document, or just one?
Every document
Link to document
N/A
Code snippet
N/A
kkim
3
Hi there,
Thank you for reporting this bug, we will add this to the backlog for the product team to review.
best regards,
Kevin
tomc
4
OK. I have added some CSS to fix this issue for us in the meantime.
.font-container .Dropdown .picked-option .arrow,
.date-format-container .Dropdown .picked-option .arrow {
height: 36px;
display: flex;
justify-content: flex-end;
}