Skip to content

Commit ec012b2

Browse files
fix(ui): Alignment of SavedIssueSearches buttons (#42906)
1 parent bff380d commit ec012b2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

static/app/views/issueList/savedIssueSearches.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import styled from '@emotion/styled';
44
import orderBy from 'lodash/orderBy';
55

66
import {openModal} from 'sentry/actionCreators/modal';
7-
import Button from 'sentry/components/button';
7+
import Button, {ButtonLabel} from 'sentry/components/button';
88
import {openConfirmModal} from 'sentry/components/confirm';
99
import DropdownMenuControl from 'sentry/components/dropdownMenuControl';
1010
import {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

325329
const OverflowMenu = styled(DropdownMenuControl)`

0 commit comments

Comments
 (0)