Skip to content

Commit c1875dd

Browse files
committed
Fix assignee text alignment
1 parent 69ba9fa commit c1875dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

static/app/components/assigneeSelectorDropdown.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,7 @@ export default function AssigneeSelectorDropdown({
589589
export const AssigneeWrapper = styled('div')`
590590
display: flex;
591591
justify-content: flex-end;
592+
text-align: left;
592593
`;
593594

594595
const AssigneeDropdownButton = styled(DropdownButton)`

0 commit comments

Comments
 (0)