File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
static/app/views/issueList Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import styled from '@emotion/styled';
44import orderBy from 'lodash/orderBy' ;
55
66import { openModal } from 'sentry/actionCreators/modal' ;
7- import Button from 'sentry/components/button' ;
7+ import Button , { ButtonLabel } from 'sentry/components/button' ;
88import { openConfirmModal } from 'sentry/components/confirm' ;
99import DropdownMenuControl from 'sentry/components/dropdownMenuControl' ;
1010import { MenuItemProps } from 'sentry/components/dropdownMenuItem' ;
@@ -320,6 +320,10 @@ const StyledItemButton = styled(Button)`
320320 line-height: ${ p => p . theme . text . lineHeightBody } ;
321321
322322 padding: ${ space ( 1 ) } ${ space ( 2 ) } ;
323+
324+ ${ ButtonLabel } {
325+ justify-content: start;
326+ }
323327` ;
324328
325329const OverflowMenu = styled ( DropdownMenuControl ) `
You can’t perform that action at this time.
0 commit comments