# Issue with Chevrons in Create New Stamp dialog box

**URL:** https://pdfjs.community/t/issue-with-chevrons-in-create-new-stamp-dialog-box/3641
**Category:** Technical Support
**Created:** [March 18, 2025, 12:02pm UTC](https://pdfjs.community/t/issue-with-chevrons-in-create-new-stamp-dialog-box/3641 "2025-03-18T12:02:28Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![tomc](https://avatars.discourse-cdn.com/v4/letter/t/8dc957/32.png) [@tomc](https://pdfjs.community/u/tomc)
#### Post date: [March 18, 2025, 12:02pm UTC](https://pdfjs.community/t/issue-with-chevrons-in-create-new-stamp-dialog-box/3641/1 "2025-03-18T12:02:28Z")

</div>

**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.

 ![image](https://canada1.discourse-cdn.com/flex031/uploads/pdfjscommunity/original/2X/8/8a361d107c21b23858faa9c08401fd2bb9d90122.png)

**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

---

<div class="post-metadata">

### Author: ![kkim](https://avatars.discourse-cdn.com/v4/letter/k/3ab097/32.png) [@kkim](https://pdfjs.community/u/kkim)
#### Post date: [March 21, 2025, 4:35pm UTC](https://pdfjs.community/t/issue-with-chevrons-in-create-new-stamp-dialog-box/3641/3 "2025-03-21T16:35:40Z")

</div>

Hi there,

Thank you for reporting this bug, we will add this to the backlog for the product team to review.

best regards,  
Kevin

---

<div class="post-metadata">

### Author: ![tomc](https://avatars.discourse-cdn.com/v4/letter/t/8dc957/32.png) [@tomc](https://pdfjs.community/u/tomc)
#### Post date: [April 8, 2025, 9:46am UTC](https://pdfjs.community/t/issue-with-chevrons-in-create-new-stamp-dialog-box/3641/4 "2025-04-08T09:46:13Z")

</div>

OK. I have added some CSS to fix this issue for us in the meantime.

```css
.font-container .Dropdown .picked-option .arrow,
.date-format-container .Dropdown .picked-option .arrow {
	height: 36px;
	display: flex;
	justify-content: flex-end;
}

```
