We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69ba9fa commit 5b62849Copy full SHA for 5b62849
static/app/components/assigneeSelectorDropdown.tsx
@@ -529,6 +529,9 @@ export default function AssigneeSelectorDropdown({
529
size="sm"
530
isOpen={isOpen}
531
data-test-id="assignee-selector"
532
+ style={{
533
+ textAlign: 'left',
534
+ }}
535
{...props}
536
>
537
{avatarElement}
@@ -589,6 +592,7 @@ export default function AssigneeSelectorDropdown({
589
592
export const AssigneeWrapper = styled('div')`
590
593
display: flex;
591
594
justify-content: flex-end;
595
+ text-align: left;
596
`;
597
598
const AssigneeDropdownButton = styled(DropdownButton)`
0 commit comments